first commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace WPML\Core;
|
||||
|
||||
use WPML\Core\Twig\Loader\LoaderInterface;
|
||||
\class_exists('WPML\\Core\\Twig\\Loader\\LoaderInterface');
|
||||
if (\false) {
|
||||
interface Twig_LoaderInterface extends \WPML\Core\Twig\Loader\LoaderInterface
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user