Removed comment

This commit is contained in:
Dmitry Khomutov 2017-01-30 21:13:10 +07:00
parent 86132f8b6e
commit f2738845d7
No known key found for this signature in database
GPG key ID: 7EB36C9576F9ECB9

View file

@ -16,11 +16,6 @@ class AddProjectGroups extends AbstractMigration
$table
->addColumn('title', 'string', ['limit' => 100, 'null' => false])
->save();
/* $group = new \PHPCensor\Model\ProjectGroup();
$group->setTitle('Projects');
\b8\Store\Factory::getStore('ProjectGroup')->save($group);*/
}
$table = $this->table('project');