Skip to content

Commit

Permalink
up line
Browse files Browse the repository at this point in the history
  • Loading branch information
davmaene committed Jul 8, 2021
1 parent 8c2e690 commit c9e9f47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ware/model.Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
*/
// cette class de configuration
class Config implements Init {

private $_dialect = env['dialect'] ?? 'mysql';
private $_dbname = env['dbname'];
private $_username = env['username'];
Expand Down

0 comments on commit c9e9f47

Please sign in to comment.