mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-07 16:06:53 +00:00
fixed namespace typo
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
*
|
||||
* @final
|
||||
*/
|
||||
class Twig_Profiler_Profile implements \IteratorAggregate, Serializable
|
||||
class Twig_Profiler_Profile implements \IteratorAggregate, \Serializable
|
||||
{
|
||||
const ROOT = 'ROOT';
|
||||
const BLOCK = 'block';
|
||||
|
||||
Reference in New Issue
Block a user