Skip to content

Commit

Permalink
Add Macroable trait to Blueprint class (#19862)
Browse files Browse the repository at this point in the history
* Add Macroable trait to Blueprint class

See laravel/ideas#662

* cs

* Update Blueprint.php
  • Loading branch information
m1guelpf authored and taylorotwell committed Jul 2, 2017
1 parent 0885e44 commit d29f5eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Illuminate/Database/Schema/Blueprint.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@
use Closure;
use Illuminate\Support\Fluent;
use Illuminate\Database\Connection;
use Illuminate\Support\Traits\Macroable;
use Illuminate\Database\Schema\Grammars\Grammar;

class Blueprint
{
use Macroable;

/**
* The table the blueprint describes.
*
Expand Down

0 comments on commit d29f5eb

Please sign in to comment.