Completed
Pull Request — master (#4822)
by
unknown
02:35
created
src/helpers.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -321,7 +321,7 @@
 block discarded – undo
321 321
 
322 322
 if (!function_exists('admin_route')) {
323 323
     function admin_route(string $name): string {
324
-        return config('admin.route.prefix') . '.' . $name;
324
+        return config('admin.route.prefix').'.'.$name;
325 325
     }
326 326
 }
327 327
 
Please login to merge, or discard this patch.