Merge pull request #192 from nicolas-grekas/php70

This commit is contained in:
Symfony
2017-09-25 03:20:22 -07:00
committed by GitHub
+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
{