mirror of
https://github.com/symfony/recipes.git
synced 2026-09-13 08:06:23 +03:00
Merge pull request #192 from nicolas-grekas/php70
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