Commit 0ad9c67f by Taylor Otwell

Merge pull request #631 from loic-sharma/patch-2

Allow Blade extensions to actually extend Blade
parents 287f2a29 d8662442
......@@ -8,6 +8,7 @@ class Blade {
* @var array
*/
protected static $compilers = array(
'extensions',
'layouts',
'comments',
'echos',
......@@ -26,7 +27,6 @@ class Blade {
'yield_sections',
'section_start',
'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