Adding app/Console/Commands/InstallLogo.php
This commit is contained in:
parent
1994f30f9e
commit
3e15982456
2 changed files with 39 additions and 0 deletions
|
|
@ -13,6 +13,8 @@ class Kernel extends ConsoleKernel
|
|||
* @var array
|
||||
*/
|
||||
protected $commands = [
|
||||
Commands\InstallLogo::class,
|
||||
|
||||
Commands\CardImport::class,
|
||||
Commands\CardExport::class,
|
||||
];
|
||||
|
|
|
|||
Reference in a new issue