mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-29 10:49:22 +02:00

This fixes some errors on PHP 7.4 and contains even more fixes Also bumped PHP version to 5.5 as Twig requires it.
12 lines
212 B
PHP
12 lines
212 B
PHP
<?php
|
|
|
|
use Twig\RuntimeLoader\ContainerRuntimeLoader;
|
|
|
|
class_exists('Twig\RuntimeLoader\ContainerRuntimeLoader');
|
|
|
|
if (\false) {
|
|
class Twig_ContainerRuntimeLoader extends ContainerRuntimeLoader
|
|
{
|
|
}
|
|
}
|