mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
extend entity class2
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user