@@ -87,7 +87,7 @@ discard block |
||
| 87 | 87 | /** |
| 88 | 88 | * Get columns types for the models table and if type casting is needed |
| 89 | 89 | * @param mixed $model |
| 90 | - * @return Illuminate\Support\Collection |
|
| 90 | + * @return Collection |
|
| 91 | 91 | */ |
| 92 | 92 | public function getColumnTypes($model) |
| 93 | 93 | { |
@@ -124,7 +124,7 @@ discard block |
||
| 124 | 124 | /** |
| 125 | 125 | * Get the relationships for the given model |
| 126 | 126 | * @param mixed $model |
| 127 | - * @return Illuminate\Support\Collection |
|
| 127 | + * @return Collection |
|
| 128 | 128 | */ |
| 129 | 129 | public function getRelationships($model) |
| 130 | 130 | { |
@@ -23,7 +23,7 @@ |
||
| 23 | 23 | */ |
| 24 | 24 | public function register() |
| 25 | 25 | { |
| 26 | - $this->app->singleton('command.cybertron.make.transformer', function ($app) { |
|
| 26 | + $this->app->singleton('command.cybertron.make.transformer', function($app) { |
|
| 27 | 27 | return $app['lasselehtinen\Cybertron\Commands\TransformerMakeCommand']; |
| 28 | 28 | }); |
| 29 | 29 | |