Skip to content

Commit

Permalink
Featuers : new Backup scheduling command
Browse files Browse the repository at this point in the history
  • Loading branch information
Zakarialabib committed Jun 9, 2024
1 parent 5014978 commit 3fef1be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace App\Console\Commands\Backup;
namespace App\Console\Commands;

use Artisan;
use Exception;
Expand Down
2 changes: 1 addition & 1 deletion app/Console/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace App\Console;

use App\Console\Commands\Backup\BackupCommand;
use App\Console\Commands\BackupCommand;
use App\Enums\BackupSchedule;
use Illuminate\Console\Scheduling\Schedule;
use Illuminate\Foundation\Console\Kernel as ConsoleKernel;
Expand Down

0 comments on commit 3fef1be

Please sign in to comment.