Skip to content

Commit 25c9093

Browse files
author
Roman Dubrovin
committed
Merge branch 'fix-add-defaul-user-migration' into 'master'
Поправил темплайт для создания миграции `add-default-user` See merge request components/laravel-helpers!56
2 parents 00cd264 + 0d9d210 commit 25c9093

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)