This commit is contained in:
Dani Sancas 2017-01-02 22:49:33 +00:00 committed by GitHub
commit 38e4220f51

View file

@ -100,6 +100,9 @@ class Console
// Command Option
$commandName = $config->getArgument(0);
// Timezone for logging
@date_default_timezone_set($config->general('timezone', 'UTC'));
// Logging
$showGreetings = true;