Allow PHP 7.0

This commit is contained in:
Nicolas Grekas
2017-09-23 19:48:54 +01:00
parent b22eb247d4
commit f092653e6b
+1 -1
View File
@@ -12,7 +12,7 @@ class Kernel extends BaseKernel
{
use MicroKernelTrait;
private const CONFIG_EXTS = '.{php,xml,yaml,yml}';
const CONFIG_EXTS = '.{php,xml,yaml,yml}';
public function getCacheDir(): string
{