We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87dd508 commit 2fef813Copy full SHA for 2fef813
1 file changed
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(): 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
28
public function registerBundles(): iterable
29
{
30
$contents = require $this->getProjectDir().'/config/bundles.php';
0 commit comments