mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
Demo seeder
This commit is contained in:
parent
282b3b5b0a
commit
a84da88114
1107
app/Console/Commands/DemoData.php
Normal file
1107
app/Console/Commands/DemoData.php
Normal file
File diff suppressed because it is too large
Load diff
|
@ -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
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue