From eb24406c5bd1e9e06c774f03d53c82cedc7bba4c Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Thu, 15 Sep 2016 11:25:44 +1200 Subject: [PATCH] Update config names to match SS4 namespaces --- _config/_config.yml | 4 ++-- _config/routes.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_config/_config.yml b/_config/_config.yml index 425ffd9..f1a6e3b 100644 --- a/_config/_config.yml +++ b/_config/_config.yml @@ -1,8 +1,8 @@ --- Name: requestprocessors --- -Injector: +SilverStripe\Core\Injector\Injector: RequestProcessor: properties: filters: - - '%$TestSessionRequestFilter' \ No newline at end of file + - '%$TestSessionRequestFilter' diff --git a/_config/routes.yml b/_config/routes.yml index 829ca9d..95d369e 100644 --- a/_config/routes.yml +++ b/_config/routes.yml @@ -1,6 +1,6 @@ --- Name: testsessionroutes --- -Director: +SilverStripe\Control\Director: rules: - 'dev/testsession': 'TestSessionController' \ No newline at end of file + 'dev/testsession': 'TestSessionController'