@@ -164,7 +164,7 @@ |
||
| 164 | 164 | public function detectScope(string $model) |
| 165 | 165 | { |
| 166 | 166 | return $this->config->get( |
| 167 | - 'mapping.' . $model, |
|
| 167 | + 'mapping.'.$model, |
|
| 168 | 168 | $this->config->get('mapping_default') |
| 169 | 169 | ); |
| 170 | 170 | } |