Skip to content

Commit 565bbe6

Browse files
author
alddesign
committed
Update
1 parent 2f97748 commit 565bbe6

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

composer.lock

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

system/system.config.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@
1818
"db-user" => "",
1919
"db-password" => "",
2020
"db-options" => null, //Example: [PDO::ATTR_PERSISTENT => true]. https://www.php.net/manual/en/pdo.construct.php
21-
"db-error-mode" => PDO::ERRMODE_SILENT //Specify the way you like to deal with DB Errors. See PDO::ATTR_ERRMODE on https://www.php.net/manual/en/pdo.setattribute.php
21+
"db-error-mode" => PDO::ERRMODE_SILENT, //Specify the way you like to deal with DB Errors. See PDO::ATTR_ERRMODE on https://www.php.net/manual/en/pdo.setattribute.php
22+
"version" => "v1.0.0-beta.1" //Version of ez-mvc (just in case u wanna know)
2223
];

0 commit comments

Comments
 (0)