Skip to content

Commit

Permalink
fix glob pattern for resource
Browse files Browse the repository at this point in the history
All files in all folders must be found by the Glob Pattern.
  • Loading branch information
franzholz authored Aug 27, 2024
1 parent a1d9423 commit 22d95d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/Services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
public: false

T3docs\Examples\:
resource: '../Classes/*'
resource: '../Classes/**'
exclude: '../Classes/Domain/Model/*'

T3docs\Examples\LinkValidator\LinkType\ExampleLinkType:
Expand Down

0 comments on commit 22d95d5

Please sign in to comment.