fixed namespace typo

This commit is contained in:
Fabien Potencier
2019-03-04 18:32:46 +01:00
parent 26cc50f5a5
commit 04e1634047
+1 -1
View File
@@ -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';