begin to take ACL into account [WIP] [ci skip]

This commit is contained in:
2016-01-24 22:24:18 +01:00
parent c51a46cee5
commit de27c50a5a
8 changed files with 159 additions and 17 deletions

View File

@@ -25,7 +25,7 @@ namespace Chill\MainBundle\Entity;
*
* @author Julien Fastré <julien.fastre@champs-libres.coop>
*/
class Center
class Center implements HasCenterInterface
{
/**
*
@@ -82,5 +82,9 @@ class Center
return $this->getName();
}
public function getCenter()
{
return $this;
}
}