mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-05 12:59:44 +00:00
php cs fixes after updating php cs fixer
This commit is contained in:
@@ -205,7 +205,7 @@ final class PersonControllerUpdateWithHiddenFieldsTest extends WebTestCase
|
||||
*/
|
||||
protected function refreshPerson()
|
||||
{
|
||||
$this->person = $this->em->getRepository(\Chill\PersonBundle\Entity\Person::class)
|
||||
$this->person = $this->em->getRepository(Person::class)
|
||||
->find($this->person->getId());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user