@@ -18,7 +18,7 @@ |
||
18 | 18 | $foreignTable = config('manageable.foreign_table', 'users'); |
19 | 19 | $foreignId = config('manageable.foreign_id', 'id'); |
20 | 20 | |
21 | - Blueprint::macro('manageable', function ($bigIntegers, $foreignTable, $foreignKey) { |
|
21 | + Blueprint::macro('manageable', function($bigIntegers, $foreignTable, $foreignKey) { |
|
22 | 22 | $bigIntegers |
23 | 23 | ? $this->unsignedBigInteger('created_by')->nullable()->index() |
24 | 24 | : $this->unsignedInteger('created_by')->nullable()->index(); |