mirror of
https://github.com/pierre42100/ComunicAPI
synced 2025-06-19 08:35:18 +00:00
Implement Comment object for the get_single method
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
* @author Pierre HUBERT
|
||||
*/
|
||||
|
||||
abstract class BaseUniqueObject {
|
||||
class BaseUniqueObject {
|
||||
|
||||
//Private fields
|
||||
private $id = 0;
|
||||
|
Reference in New Issue
Block a user