Skip to content

Commit

Permalink
fix stupidi
Browse files Browse the repository at this point in the history
  • Loading branch information
madbob committed Dec 17, 2024
1 parent 8fe4877 commit 34fe341
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/app/Console/Commands/FixDatabase.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@
use Illuminate\Console\Command;
use Illuminate\Support\Facades\Schema;
use Illuminate\Support\Facades\Artisan;
use Illuminate\Support\Facades\DB;
use Illuminate\Database\Schema\Blueprint;

use App\User;
use App\Order;
use App\Gas;
use App\ModifierType;
use App\Date;
Expand Down

0 comments on commit 34fe341

Please sign in to comment.