correction
This commit is contained in:
@ -48,7 +48,7 @@ class InitDataCommand extends ContainerAwareCommand
|
||||
$em->persist($entityicon);
|
||||
}
|
||||
}
|
||||
|
||||
$em->flush();
|
||||
|
||||
// Creation des pagecategory
|
||||
$output->writeln(' > Creation Pagecategory');
|
||||
|
@ -35,7 +35,7 @@ class Alert
|
||||
/**
|
||||
* @var string
|
||||
*
|
||||
* @ORM\Column(name="content", type="text")
|
||||
* @ORM\Column(name="content", type="text", nullable=true)
|
||||
*/
|
||||
private $content;
|
||||
|
||||
|
Reference in New Issue
Block a user