Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/making-tablename-in-logger-db-constructor-option…
Browse files Browse the repository at this point in the history
  • Loading branch information
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public static function isWindows()
return
( defined('PHP_OS') && ( substr_compare(PHP_OS,'win',0,3,true) === 0) ) ||
(getenv('OS') != false && substr_compare(getenv('OS'),'windows',0,7,true))
;
;
}

/**
Expand Down

0 comments on commit 3ae4add

Please # to comment.