fix deployment

This commit is contained in:
Simon Vieille 2021-04-01 11:55:43 +02:00
parent 10ea1a69bf
commit f5c522b52e

View file

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