Skip to content

Commit

Permalink
Make Illuminate\View\View Macroable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Coulbourne committed Apr 2, 2018
1 parent 5c99e86 commit 72e5066
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Illuminate/View/View.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit 72e5066

Please sign in to comment.