Skip to content

Commit 481ce0a

Browse files
author
symfony-flex-server[bot]
authored
Merge pull request #521
2 parents 23af70a + de62821 commit 481ce0a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

symfony/framework-bundle/4.2/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()
19-
{
20-
return $this->getProjectDir().'/var/cache/'.$this->environment;
21-
}
22-
23-
public function getLogDir()
24-
{
25-
return $this->getProjectDir().'/var/log';
26-
}
27-
2818
public function registerBundles()
2919
{
3020
$contents = require $this->getProjectDir().'/config/bundles.php';

0 commit comments

Comments
 (0)