Skip to content

Commit b47e7df

Browse files
committed
remove google app engine stuff because they dont support sqlite atm -.-
1 parent 5c72c5c commit b47e7df

File tree

2 files changed

+0
-23
lines changed

2 files changed

+0
-23
lines changed

app.yml

-7
This file was deleted.

src/Kernel.php

-16
Original file line numberDiff line numberDiff line change
@@ -50,20 +50,4 @@ protected function configureRoutes(RouteCollectionBuilder $routes): void
5050
$routes->import($confDir.'/{routes}/*'.self::CONFIG_EXTS, '/', 'glob');
5151
$routes->import($confDir.'/{routes}'.self::CONFIG_EXTS, '/', 'glob');
5252
}
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-
if ($this->environment === 'prod') {
65-
return sys_get_temp_dir();
66-
}
67-
return $this->getProjectDir() . '/var/log';
68-
}
6953
}

0 commit comments

Comments
 (0)