Commit d8662442 authored by Loic Sharma's avatar Loic Sharma

Moved the extensions compiler to first.

parent 515f5f40
...@@ -8,6 +8,7 @@ class Blade { ...@@ -8,6 +8,7 @@ class Blade {
* @var array * @var array
*/ */
protected static $compilers = array( protected static $compilers = array(
'extensions',
'layouts', 'layouts',
'comments', 'comments',
'echos', 'echos',
...@@ -26,7 +27,6 @@ class Blade { ...@@ -26,7 +27,6 @@ class Blade {
'yield_sections', 'yield_sections',
'section_start', 'section_start',
'section_end', 'section_end',
'extensions',
); );
/** /**
......
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