@@ -17,7 +17,7 @@  | 
                                                    ||
| 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);  |