Skip to content

Commit

Permalink
Merge pull request #6 from sroehrl/debug-patch
Browse files Browse the repository at this point in the history
PATCH: set debug prior to initializing.
  • Loading branch information
sroehrl authored Oct 7, 2020
2 parents f2ef387 + dc6d35c commit 291469a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Db.php
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,7 @@ private static function deprecationWarning()
*/
public static function debug()
{
self::init();
self::$_env->set('debug', true);
}

Expand Down

0 comments on commit 291469a

Please sign in to comment.