We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c72c5c commit b47e7dfCopy full SHA for b47e7df
app.yml
src/Kernel.php
@@ -50,20 +50,4 @@ protected function configureRoutes(RouteCollectionBuilder $routes): void
50
$routes->import($confDir.'/{routes}/*'.self::CONFIG_EXTS, '/', 'glob');
51
$routes->import($confDir.'/{routes}'.self::CONFIG_EXTS, '/', 'glob');
52
}
53
-
54
- public function getCacheDir()
55
- {
56
- if ($this->environment === 'prod') {
57
- return sys_get_temp_dir();
58
- }
59
- return $this->getProjectDir() . '/var/cache/' . $this->environment;
60
61
62
- public function getLogDir()
63
64
65
66
67
- return $this->getProjectDir() . '/var/log';
68
69
0 commit comments