Merge pull request #631 from loic-sharma/patch-2
Allow Blade extensions to actually extend Blade
This commit is contained in:
commit
0ad9c67fa0
|
@ -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 {
|
||||||
'yield_sections',
|
'yield_sections',
|
||||||
'section_start',
|
'section_start',
|
||||||
'section_end',
|
'section_end',
|
||||||
'extensions',
|
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue