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 3ea9f42
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 @@ -9,13 +9,16 @@
use Illuminate\Support\Str;
use Illuminate\Support\MessageBag;
use Illuminate\Contracts\View\Engine;
use Illuminate\Support\Traits\Macroable;
use Illuminate\Contracts\Support\Arrayable;
use Illuminate\Contracts\Support\Renderable;
use Illuminate\Contracts\Support\MessageProvider;
use Illuminate\Contracts\View\View as ViewContract;

class View implements ArrayAccess, ViewContract
{
use Macroable;

/**
* The view factory instance.
*
Expand Down

0 comments on commit 3ea9f42

Please sign in to comment.