Loading src/UnicaenLdap/Service/AbstractService.php +1 −1 Original line number Diff line number Diff line Loading @@ -510,7 +510,7 @@ abstract class AbstractService implements */ public function create(string $id, $ou = null) { if(!Entity::checkIdFormat($id)) { if(!Entity::checkIdFormat($this->type, $id)) { throw new Exception(sprintf("Le format de l'identifiant '%s' n'est pas correct.", $id)); } Loading Loading
src/UnicaenLdap/Service/AbstractService.php +1 −1 Original line number Diff line number Diff line Loading @@ -510,7 +510,7 @@ abstract class AbstractService implements */ public function create(string $id, $ou = null) { if(!Entity::checkIdFormat($id)) { if(!Entity::checkIdFormat($this->type, $id)) { throw new Exception(sprintf("Le format de l'identifiant '%s' n'est pas correct.", $id)); } Loading