Skip to content

Commit 2117e0e

Browse files
committed
Renamed var/logs/ to var/log/
1 parent ea91254 commit 2117e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symfony/framework-bundle/3.3/src/Kernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public function getCacheDir(): string
2121

2222
public function getLogDir(): string
2323
{
24-
return dirname(__DIR__).'/var/logs';
24+
return dirname(__DIR__).'/var/log';
2525
}
2626

2727
public function registerBundles(): iterable

0 commit comments

Comments
 (0)