diff --git a/laravel/view.php b/laravel/view.php index 7e4cccda..ee5bf2bc 100644 --- a/laravel/view.php +++ b/laravel/view.php @@ -183,6 +183,8 @@ protected static function compose(View $view) */ protected static function composers() { + if ( ! is_null(static::$composers)) return; + static::$composers = require APP_PATH.'composers'.EXT; }