Completed
Push — master ( 73f0f5...3eb661 )
by Julián
01:40
created
src/RepositoryTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -194,7 +194,7 @@
 block discarded – undo
194 194
         if ($this->objectFactory === null) {
195 195
             $className = $this->getClassName();
196 196
 
197
-            $this->objectFactory = function () use ($className) {
197
+            $this->objectFactory = function() use ($className) {
198 198
                 return new $className();
199 199
             };
200 200
         }
Please login to merge, or discard this patch.