mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 10:33:49 +00:00
minors changes
This commit is contained in:
@@ -94,7 +94,7 @@ class Role
|
||||
*
|
||||
* @return Role
|
||||
*/
|
||||
public function setType(\Chill\EventBundle\Entity\EventType $type = null)
|
||||
public function setType(EventType $type = null)
|
||||
{
|
||||
$this->type = $type;
|
||||
|
||||
|
Reference in New Issue
Block a user