Skip to content

Commit

Permalink
Merge pull request #617 from catharsisjelly/routing-quote-fix
Browse files Browse the repository at this point in the history
DOC Adding missing quote on routing example
  • Loading branch information
GuySartorelli authored Nov 4, 2024
2 parents f869023 + 7263e71 commit 634ac47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/02_Developer_Guides/02_Controllers/02_Routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ start parsing variables and the appropriate controller action AFTER the `//`).
```yml
SilverStripe\Control\Director:
rules:
'admin/help//$Action/$ID: 'App\Control\AdminHelpController'
'admin/help//$Action/$ID': 'App\Control\AdminHelpController'
```

### Wildcard URL patterns
Expand Down

0 comments on commit 634ac47

Please sign in to comment.