DOCS Update routing docs to include FQCN in config

This commit is contained in:
Daniel Hensby 2017-02-03 17:06:02 +00:00 committed by GitHub
parent 0982f77ec7
commit 040ebdb66e

View File

@ -22,7 +22,7 @@ These routes by standard, go into a `routes.yml` file in your applications `_con
Name: mysiteroutes
After: framework/routes#coreroutes
---
Director:
SilverStripe\Control\Director:
rules:
'teams//$Action/$ID/$Name': 'TeamController'
'player/': 'PlayerController'