Passed
Pull Request — master (#9)
by
unknown
04:46
created
src/ManageableServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
      */
15 15
     public function boot()
16 16
     {
17
-        Blueprint::macro('manageable', function ($bigIntegers = false, $foreignTable = 'users', $foreignKey = 'id') {
17
+        Blueprint::macro('manageable', function($bigIntegers = false, $foreignTable = 'users', $foreignKey = 'id') {
18 18
             if ($bigIntegers) {
19 19
                 $this->unsignedBigInteger('created_by')->nullable()->index();
20 20
                 $this->unsignedBigInteger('updated_by')->nullable()->index();
Please login to merge, or discard this patch.