Skip to content

Commit 2fef813

Browse files
authored
Remove overrides of getCacheDir and getLogDir in Kernel (#96)
1 parent 87dd508 commit 2fef813

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

src/Kernel.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,6 @@ class Kernel extends BaseKernel
1515

1616
const CONFIG_EXTS = '.{php,xml,yaml,yml}';
1717

18-
public function getCacheDir(): string
19-
{
20-
return $this->getProjectDir().'/var/cache/'.$this->environment;
21-
}
22-
23-
public function getLogDir(): string
24-
{
25-
return $this->getProjectDir().'/var/log';
26-
}
27-
2818
public function registerBundles(): iterable
2919
{
3020
$contents = require $this->getProjectDir().'/config/bundles.php';

0 commit comments

Comments
 (0)