Skip to content

Commit 1e0057c

Browse files
committed
Add useClass property into Application in migrations.php
1 parent 472edbf commit 1e0057c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

migrations.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
$dotenv->load();
1313

1414
$config = [
15+
'userClass' => \app\models\User::class,
1516
'db' => [
1617
'dsn' => $_ENV['DB_DSN'],
1718
'user' => $_ENV['DB_USER'],

0 commit comments

Comments
 (0)