Created DemoSeederCommand to replace seeders. Closes #884

This commit is contained in:
James Brooks
2015-08-07 08:31:22 +01:00
parent 55ffbd74d4
commit a05496f7d0
10 changed files with 277 additions and 333 deletions

View File

@@ -22,6 +22,7 @@ class Kernel extends ConsoleKernel
* @var array
*/
protected $commands = [
'CachetHQ\Cachet\Console\Commands\DemoSeederCommand',
'CachetHQ\Cachet\Console\Commands\FixPermissionsCommand',
];