mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
extend entity class2
This commit is contained in:
parent
8aab55a196
commit
8eaee56f18
@ -25,7 +25,7 @@ Getters and setters will automatically be created for all public attributes. Sho
|
||||
|
||||
use \OCA\AppFramework\Db\Entity
|
||||
|
||||
class Item {
|
||||
class Item extends Entity {
|
||||
|
||||
public $id;
|
||||
public $name;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user