Single quotes in routes.php

This commit is contained in:
Alex Tselegidis 2020-10-19 19:37:06 +03:00
parent faa22ad972
commit 93dce95c51
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
| |
*/ */
$route['default_controller'] = "appointments"; $route['default_controller'] = 'appointments';
$route['404_override'] = 'errors/error404'; $route['404_override'] = 'errors/error404';