浏览代码

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")) {