Removed is_public in Entry edit form

This commit is contained in:
Nicolas Lœuillet
2017-04-13 12:57:31 +02:00
parent 15e4aea678
commit 01736b5a2e
29 changed files with 15 additions and 37 deletions

View File

@ -8,7 +8,7 @@ use Symfony\Component\DependencyInjection\ContainerAwareInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;
/**
* Converted database to utf8mb4 encoding (for MySQL only)
* Converted database to utf8mb4 encoding (for MySQL only).
*/
class Version20161022134138 extends AbstractMigration implements ContainerAwareInterface
{