mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-27 18:13:48 +00:00
begin to take ACL into account [WIP] [ci skip]
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user