Skip to content

Commit

Permalink
benerin namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Bagas Udi Sahsangka committed Nov 26, 2021
1 parent 05e07d4 commit 4919e04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions app/Console/Commands/DeleteSnapshotCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@

namespace App\Console\Commands;

use App\ParkingTransaction;
use App\Snapshot;
use App\Models\Snapshot;
use Illuminate\Console\Command;
use Illuminate\Support\Facades\DB;
use Illuminate\Support\Facades\Storage;

class DeleteSnapshotCommand extends Command
Expand Down
2 changes: 1 addition & 1 deletion app/Console/Commands/DeleteTransactionCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace App\Console\Commands;

use App\ParkingTransaction;
use App\Models\ParkingTransaction;
use Illuminate\Console\Command;

class DeleteTransactionCommand extends Command
Expand Down

0 comments on commit 4919e04

Please sign in to comment.