We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 472edbf commit 1e0057cCopy full SHA for 1e0057c
migrations.php
@@ -12,6 +12,7 @@
12
$dotenv->load();
13
14
$config = [
15
+ 'userClass' => \app\models\User::class,
16
'db' => [
17
'dsn' => $_ENV['DB_DSN'],
18
'user' => $_ENV['DB_USER'],
0 commit comments