Completed
Push — master ( 655cae...52b305 )
by Guillermo A.
02:15 queued 43s
created
src/Resources/AbstractResource.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
         $this->setAdapter($adapter);
29 29
         if (!$this->name) {
30 30
             $this->name = strtolower(
31
-                str_replace(__NAMESPACE__ . '\\', '', get_class($this))
31
+                str_replace(__NAMESPACE__.'\\', '', get_class($this))
32 32
             );
33 33
         }
34 34
     }
Please login to merge, or discard this patch.