Skip to content

Commit 1fd6b2b

Browse files
authored
Improve pattern to exclude new _wdt_stylesheet route (#20)
1 parent 6d462b7 commit 1fd6b2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Analysis/Analyser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ private function getDefaultRoutesToIgnore(): array
7979
{
8080
return [
8181
'^_profiler.*$',
82-
'_wdt',
82+
'_wdt*',
8383
'_webhook_controller',
8484
'_preview_error',
8585
'app.swagger',

0 commit comments

Comments
 (0)