mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +00:00
Add some constant
This commit is contained in:
@@ -11,6 +11,11 @@ use Gedmo\Mapping\Annotation as Gedmo;
|
|||||||
*/
|
*/
|
||||||
class ApiLog
|
class ApiLog
|
||||||
{
|
{
|
||||||
|
const DATABOXES_RESOURCE = 'databoxes';
|
||||||
|
const RECORDS_RESOURCE = 'record';
|
||||||
|
const BASKETS_RESOURCE = 'baskets';
|
||||||
|
const FEEDS_RESOURCE = 'feeds';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ORM\Column(type="integer")
|
* @ORM\Column(type="integer")
|
||||||
* @ORM\Id
|
* @ORM\Id
|
||||||
|
Reference in New Issue
Block a user