mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 15:46:37 +03:00
Renamed var/logs/ to var/log/
This commit is contained in:
@@ -21,7 +21,7 @@ class Kernel extends BaseKernel
|
||||
|
||||
public function getLogDir(): string
|
||||
{
|
||||
return dirname(__DIR__).'/var/logs';
|
||||
return dirname(__DIR__).'/var/log';
|
||||
}
|
||||
|
||||
public function registerBundles(): iterable
|
||||
|
||||
Reference in New Issue
Block a user