@@ -110,7 +110,7 @@ discard block |
||
110 | 110 | return $url; |
111 | 111 | } |
112 | 112 | return []; |
113 | - } |
|
113 | + } |
|
114 | 114 | |
115 | 115 | |
116 | 116 | /** |
@@ -139,7 +139,7 @@ discard block |
||
139 | 139 | }else{ |
140 | 140 | throw new \Exception("Class <i>$controllerWithNamespace</i> doesn't exist", 404); |
141 | 141 | } |
142 | - } |
|
142 | + } |
|
143 | 143 | |
144 | 144 | /** |
145 | 145 | * Convert the string with hyphens to StudlyCaps, |