We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23af70a commit de62821Copy full SHA for de62821
symfony/framework-bundle/4.2/src/Kernel.php
@@ -15,16 +15,6 @@ class Kernel extends BaseKernel
15
16
const CONFIG_EXTS = '.{php,xml,yaml,yml}';
17
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
28
public function registerBundles()
29
{
30
$contents = require $this->getProjectDir().'/config/bundles.php';
0 commit comments