add the refresh command to the commands group

This commit is contained in:
Rev 2021-10-14 18:03:18 +09:00
parent 4e68e727a2
commit 25720a3663

View File

@ -2,6 +2,7 @@
namespace App\Console; namespace App\Console;
use App\Console\Commands\RefreshItemsCache;
use Illuminate\Console\Scheduling\Schedule; use Illuminate\Console\Scheduling\Schedule;
use Laravel\Lumen\Console\Kernel as ConsoleKernel; use Laravel\Lumen\Console\Kernel as ConsoleKernel;
@ -13,7 +14,7 @@ class Kernel extends ConsoleKernel
* @var array * @var array
*/ */
protected $commands = [ protected $commands = [
// RefreshItemsCache::class,
]; ];
/** /**