Add some constant

This commit is contained in:
Nicolas Le Goff
2014-03-05 18:17:31 +01:00
parent 05877e49b8
commit 09885d71b5

View File

@@ -11,6 +11,11 @@ use Gedmo\Mapping\Annotation as Gedmo;
*/
class ApiLog
{
const DATABOXES_RESOURCE = 'databoxes';
const RECORDS_RESOURCE = 'record';
const BASKETS_RESOURCE = 'baskets';
const FEEDS_RESOURCE = 'feeds';
/**
* @ORM\Column(type="integer")
* @ORM\Id