Passed
Push — master ( 04bed0...85c714 )
by Morten Poul
09:22 queued 06:49
created
src/ManageableServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
      */
18 18
     public function boot()
19 19
     {
20
-        Blueprint::macro('manageable', function ($bigIntegers = true, $foreignTable = 'users', $foreignKey = 'id') {
20
+        Blueprint::macro('manageable', function($bigIntegers = true, $foreignTable = 'users', $foreignKey = 'id') {
21 21
             $createdBy = $bigIntegers
22 22
                 ? $this->unsignedBigInteger($this->createdBy)
23 23
                 : $this->unsignedInteger($this->createdBy);
Please login to merge, or discard this patch.