mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
Allow PHP 7.0
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user