Skip to content

Commit

Permalink
Merge pull request #308 from jesusantguerrero/fix/check-month-rollover
Browse files Browse the repository at this point in the history
fix: check month rollover class name
  • Loading branch information
jesusantguerrero authored Oct 23, 2023
2 parents 6cb1e9e + 56ae797 commit 7f12a3d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/Console/Commands/CheckMonthRollover.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7f12a3d

Please sign in to comment.