mirror of
https://github.com/slawkens/myaac.git
synced 2025-05-05 21:59:21 +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
175 B
PHP
12 lines
175 B
PHP
<?php
|
|
|
|
use Twig\Loader\FilesystemLoader;
|
|
|
|
class_exists('Twig\Loader\FilesystemLoader');
|
|
|
|
if (\false) {
|
|
class Twig_Loader_Filesystem extends FilesystemLoader
|
|
{
|
|
}
|
|
}
|