Skip to content

Commit d29f5eb

Browse files
m1guelpftaylorotwell
authored andcommitted
Add Macroable trait to Blueprint class (#19862)
* Add Macroable trait to Blueprint class See laravel/ideas#662 * cs * Update Blueprint.php
1 parent 0885e44 commit d29f5eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Illuminate/Database/Schema/Blueprint.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@
55
use Closure;
66
use Illuminate\Support\Fluent;
77
use Illuminate\Database\Connection;
8+
use Illuminate\Support\Traits\Macroable;
89
use Illuminate\Database\Schema\Grammars\Grammar;
910

1011
class Blueprint
1112
{
13+
use Macroable;
14+
1215
/**
1316
* The table the blueprint describes.
1417
*

0 commit comments

Comments
 (0)