Skip to content

Commit

Permalink
fixing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviemirmon committed Apr 20, 2024
1 parent bf08aa1 commit 8f3a89a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@
'username' => getenv('MYSQL_USER'),
'password' => getenv('MYSQL_PASSWORD'),
'host' => getenv('MYSQL_HOST'),
'port' => getenv('MYSQL_PORT')
'port' => getenv('MYSQL_PORT'),
'driver' => 'mysql',
];

Expand Down

0 comments on commit 8f3a89a

Please sign in to comment.