Demo seeder

This commit is contained in:
snipe 2017-10-06 22:58:00 -07:00
parent 282b3b5b0a
commit a84da88114
2 changed files with 1109 additions and 1 deletions

File diff suppressed because it is too large Load diff

View file

@ -25,7 +25,8 @@ class Kernel extends ConsoleKernel
Commands\Purge::class,
Commands\LdapSync::class,
Commands\FixDoubleEscape::class,
Commands\RecryptFromMcrypt::class
Commands\RecryptFromMcrypt::class,
Commands\DemoData::class
];
/**