mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-15 20:06:31 +00:00
removed uneeded file (the set tag is in the core extension by default)
git-svn-id: http://svn.twig-project.org/trunk@157 93ef8e89-cb99-4229-a87c-7fa0fa45744b
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
<?php
|
||||
|
||||
class Twig_Extension_Set extends Twig_Extension
|
||||
{
|
||||
public function getTokenParsers()
|
||||
{
|
||||
return array(
|
||||
new Twig_TokenParser_Set(),
|
||||
);
|
||||
}
|
||||
|
||||
public function getName()
|
||||
{
|
||||
return 'set';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user