diff --git a/laravel/view.php b/laravel/view.php index ab0331ec..4219c56d 100644 --- a/laravel/view.php +++ b/laravel/view.php @@ -320,7 +320,7 @@ public function get() // The contents of each view file is cached in an array for the // request since partial views may be rendered inside of for // loops which could incur performance penalties. - $__content = $this->load(); + $__contents = $this->load(); ob_start() and extract($__data, EXTR_SKIP);