Archived
1
0
Fork 0

Adding app/Console/Commands/InstallLogo.php

This commit is contained in:
Henrik Hautakoski 2023-01-29 13:58:50 +01:00
parent 1994f30f9e
commit 3e15982456
2 changed files with 39 additions and 0 deletions

View file

@ -13,6 +13,8 @@ class Kernel extends ConsoleKernel
* @var array
*/
protected $commands = [
Commands\InstallLogo::class,
Commands\CardImport::class,
Commands\CardExport::class,
];