Config : ps

This commit is contained in:
VE10-Sanjeev 2023-08-28 18:45:58 +05:30
parent 2a52c48d34
commit 8c9c428dcf
2 changed files with 2 additions and 1 deletions

View File

@ -45,6 +45,7 @@ class Autoload extends AutoloadConfig
public $psr4 = [ public $psr4 = [
APP_NAMESPACE => APPPATH, // For custom app namespace APP_NAMESPACE => APPPATH, // For custom app namespace
'Config' => APPPATH . 'Config', 'Config' => APPPATH . 'Config',
'App\Libraries' => APPPATH . 'Libraries',
]; ];
/** /**

View File

@ -115,7 +115,7 @@ class Logger extends BaseConfig
* By default, logs are written to WRITEPATH . 'logs/' * By default, logs are written to WRITEPATH . 'logs/'
* Specify a different destination here, if desired. * Specify a different destination here, if desired.
*/ */
'path' => '', 'path' => WRITEPATH . 'logs/',
], ],
/* /*