Skip to content

Commit 0d9d210

Browse files
committed
Fix ada-default-user migration
1 parent 00cd264 commit 0d9d210

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Stubs/add_default_user.blade.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
use App\Models\User;
2+
use Illuminate\Database\Migrations\Migration;
3+
use RonasIT\Support\Traits\MigrationTrait;
24

35
class AddDefaultUser extends Migration
46
{

0 commit comments

Comments
 (0)