remove post image cleaner

This commit is contained in:
Simon Vieille 2021-04-01 11:41:42 +02:00
parent c01e848300
commit 6338455c06
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ class PostEventSubscriber extends EntityManagerEventSubscriber
;
if (null === $post) {
$this->filesystem->remove($file->getRealPath());
// $this->filesystem->remove($file->getRealPath());
}
}
}