diff --git a/src/Illuminate/View/View.php b/src/Illuminate/View/View.php index be51cdc11c59..e0d20ca30299 100755 --- a/src/Illuminate/View/View.php +++ b/src/Illuminate/View/View.php @@ -13,9 +13,12 @@ use Illuminate\Contracts\Support\Renderable; use Illuminate\Contracts\Support\MessageProvider; use Illuminate\Contracts\View\View as ViewContract; +use Illuminate\Support\Traits\Macroable; class View implements ArrayAccess, ViewContract { + use Macroable; + /** * The view factory instance. *