mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-08-25 12:50:17 +02:00
[Nostromo] PHP CS Fixer
This commit is contained in:
parent
67c3a23bbb
commit
9d6163669a
@ -77,7 +77,6 @@ class MageApplication extends Application
|
||||
}
|
||||
|
||||
if (array_key_exists('magephp', $config) && is_array($config['magephp'])) {
|
||||
|
||||
$logger = null;
|
||||
if (array_key_exists('log_dir', $config['magephp']) && file_exists($config['magephp']['log_dir']) && is_dir($config['magephp']['log_dir'])) {
|
||||
$logfile = sprintf('%s/%s.log', $config['magephp']['log_dir'], date('Ymd_His'));
|
||||
|
Loading…
Reference in New Issue
Block a user