Completed
Push — master ( 43b094...0c5af0 )
by Yuri
02:56
created
src/TemplateFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
      */
20 20
     public static function create($name = Templates::BASE)
21 21
     {
22
-        $class = __NAMESPACE__ . '\\Templates\\' . ucwords($name) . 'Template';
22
+        $class = __NAMESPACE__.'\\Templates\\'.ucwords($name).'Template';
23 23
 
24 24
         if (class_exists($class)) {
25 25
             return new $class();
Please login to merge, or discard this patch.