Преглед на файлове

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