Passed
Pull Request — master (#4)
by
unknown
12:26
created
src/Manager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -164,7 +164,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.