Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
Silex
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
Silex
Commits
6bc5e0c7
Commit
6bc5e0c7
authored
Mar 27, 2011
by
Fabien Potencier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
moved Twig extension to a new Extension sub-namespace
parent
0537e441
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
src/Silex/Extension/TwigExtension.php
src/Silex/Extension/TwigExtension.php
+4
-1
No files found.
src/Silex/TwigExtension.php
→
src/Silex/
Extension/
TwigExtension.php
View file @
6bc5e0c7
...
@@ -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
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment