From 957f04069cd3cc2f248363d62b45bc97f39e6abb Mon Sep 17 00:00:00 2001 From: Florens Verschelde Date: Wed, 18 Jan 2017 10:18:05 +0100 Subject: [PATCH] Remove plugin loading script on composer branch --- twig.php | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 twig.php diff --git a/twig.php b/twig.php deleted file mode 100644 index d6d5676..0000000 --- a/twig.php +++ /dev/null @@ -1,16 +0,0 @@ - __DIR__.'/src/Plugin.php', - 'kirby\twig\twigcomponent' => __DIR__.'/src/TwigComponent.php', - 'kirby\twig\twigenv' => __DIR__.'/src/TwigEnv.php' -]); - -if (c::get('twig', false)) { - Kirby\Twig\Plugin::register(); -}