From d866244225e536c9f462ccdae9cc9bf7718c48bf Mon Sep 17 00:00:00 2001 From: Loic Sharma Date: Sat, 5 May 2012 08:41:22 -0500 Subject: [PATCH] Moved the extensions compiler to first. --- laravel/blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laravel/blade.php b/laravel/blade.php index 20fe9e2d..5961a530 100644 --- a/laravel/blade.php +++ b/laravel/blade.php @@ -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', ); /**