@@ -48,8 +48,8 @@ |
||
| 48 | 48 | |
| 49 | 49 | // Test conventional namespace model combinations |
| 50 | 50 | $conventions = [ |
| 51 | - $this->crudApi->namespace . $model, |
|
| 52 | - $this->crudApi->namespace . 'Models\\' . $model |
|
| 51 | + $this->crudApi->namespace.$model, |
|
| 52 | + $this->crudApi->namespace.'Models\\'.$model |
|
| 53 | 53 | ]; |
| 54 | 54 | |
| 55 | 55 | foreach ($conventions as $fqModel) { |