eee
This commit is contained in:
@@ -73,7 +73,7 @@ abstract class BaseApplication extends LocalService
|
||||
*/
|
||||
public function parseStorage(ConfigProvider $config): void
|
||||
{
|
||||
$storage = $config->get('storage', 'storage');
|
||||
$storage = $config->get('site.log.storage', 'storage');
|
||||
if (!str_contains($storage, APP_PATH)) {
|
||||
$storage = APP_PATH . $storage . '/';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user