From 5f843fec6239b5db600e407d2d53dcbc725755a3 Mon Sep 17 00:00:00 2001 From: Rotimi Ade Date: Mon, 4 Feb 2019 16:19:16 -0700 Subject: [PATCH] Tweaks --- public/index-dist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index-dist.php b/public/index-dist.php index 9ae6e9f..ec36252 100644 --- a/public/index-dist.php +++ b/public/index-dist.php @@ -26,7 +26,7 @@ // This is used to create a controller object to handle the default / route. // Must be prefixed with the namespace if the controller class is in a namespace. -define('S3MVC_APP_DEFAULT_CONTROLLER_CLASS_NAME', '\\Slim3MvcTools\\Controllers\\BaseController'); +define('S3MVC_APP_DEFAULT_CONTROLLER_CLASS_NAME', \Slim3MvcTools\Controllers\BaseController::class); // This is the name of the action / method to be called on the default controller // to handle the default / route. This method should return a response string (ie.