Passed
Push — master ( a67d97...ee1a78 )
by Ro Kleine
04:05
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 () {
17
+        Blueprint::macro('manageable', function() {
18 18
 
19 19
             $bigIntegers = config('manageable.big_integers', true);
20 20
             $foreignTable = config('manageable.foreign_table', 'users');
Please login to merge, or discard this patch.