This commit is contained in:
2021-03-30 20:35:47 +09:00
parent 39b0a8c372
commit 4667b31dd8
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
<?php
namespace App\Console\Commands;
namespace App\Console\Commands\MiningTaxes;
use Illuminate\Console\Command;

View File

@@ -1,6 +1,6 @@
<?php
namespace App\Jobs;
namespace App\Jobs\Commands\Finances;
use Illuminate\Bus\Queueable;
use Illuminate\Contracts\Queue\ShouldQueue;