Config, setup and bootstrap
This commit is contained in:
6
app/configs/commands.php
Normal file
6
app/configs/commands.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
return [
|
||||
'commands' => [
|
||||
ProVM\Command\GenerateMigrations::class,
|
||||
]
|
||||
];
|
Reference in New Issue
Block a user