Skip to content

Commit

Permalink
Fix error: add userClass key in config array
Browse files Browse the repository at this point in the history
  • Loading branch information
angelokezimana committed Jan 13, 2021
1 parent 9a99aaf commit 0a3badd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions migrations.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
$dotenv->load();

$config = [
'userClass' => \app\models\User::class,
'db' => [
'dsn' => $_ENV['DB_DSN'],
'user' => $_ENV['DB_USER'],
Expand Down

0 comments on commit 0a3badd

Please sign in to comment.