소스 검색

Ignore package routes when generating.

shalvah 4 년 전
부모
커밋
a57a7fe232
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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")) {