Commit 6bc5e0c7 authored by Fabien Potencier's avatar Fabien Potencier

moved Twig extension to a new Extension sub-namespace

parent 0537e441
...@@ -9,7 +9,10 @@ ...@@ -9,7 +9,10 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
namespace Silex; namespace Silex\Extension;
use Silex\Application;
use Silex\ExtensionInterface;
class TwigExtension implements ExtensionInterface class TwigExtension implements ExtensionInterface
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment