Completed
Push — master ( dca397...303741 )
by Song
03:12 queued 12s
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_get_route')) {
323 323
     function admin_get_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.