diff --git a/app/Console/Commands/CheckMonthRollover.php b/app/Console/Commands/CheckMonthRollover.php index 96cabc10..f99cd815 100644 --- a/app/Console/Commands/CheckMonthRollover.php +++ b/app/Console/Commands/CheckMonthRollover.php @@ -2,13 +2,12 @@ namespace App\Console\Commands; -use App\Domains\Budget\Services\BudgetRolloverService; use App\Models\Team; use Illuminate\Console\Command; -use Illuminate\Support\Facades\DB; +use App\Domains\Budget\Services\BudgetRolloverService; -class MonthlyRollover extends Command +class CheckMonthRollover extends Command { /** * The name and signature of the console command.