Compare commits

...

1 Commits

Author SHA1 Message Date
Thomas MONCHICOURT 90ae12995f Fix : admin set presentation on null 2018-03-27 15:16:11 +02:00
@@ -83,7 +83,9 @@ class TalentController extends Controller
\assert(!\is_null($user));
$company = $user->getCompany();
$company->setPresentationVideo(null);
if($company){
$company->setPresentationVideo(null);
}
$this->deleteRelation($user);
$userManager->deleteUser($user);
if($company){