correction

This commit is contained in:
2019-04-18 13:39:13 +02:00
parent 712e49f84f
commit 5da0fca9bd
3 changed files with 5 additions and 4 deletions

View File

@ -48,7 +48,7 @@ class InitDataCommand extends ContainerAwareCommand
$em->persist($entityicon);
}
}
$em->flush();
// Creation des pagecategory
$output->writeln(' > Creation Pagecategory');

View File

@ -35,7 +35,7 @@ class Alert
/**
* @var string
*
* @ORM\Column(name="content", type="text")
* @ORM\Column(name="content", type="text", nullable=true)
*/
private $content;