Browse Source

Ignore package routes when generating.

shalvah 4 năm trước cách đây
mục cha
commit
a57a7fe232
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/Matching/RouteMatcher.php

+ 1 - 0
src/Matching/RouteMatcher.php

@@ -76,6 +76,7 @@ class RouteMatcher implements RouteMatcherInterface
 
         // Exclude this package's routes
         $excludes[] = 'scribe';
+        $excludes[] = 'scribe.*';
 
         // Exclude Laravel Telescope routes
         if (class_exists("Laravel\Telescope\Telescope")) {