Skip to content

Commit c52dec0

Browse files
committed
fix: Rename controllers to be capitalized
1 parent f0092bd commit c52dec0

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

tests/Frameworks/CodeIgniter/Version_3_1/application/config/routes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
*/
5252
$route['default_controller'] = 'welcome';
5353
$route['404_override'] = '';
54-
//$route['translate_uri_dashes'] = FALSE;
54+
$route['translate_uri_dashes'] = FALSE;
5555
$route['error'] = 'error_';
5656

5757
$route['parameterized/(:any)'] = "parameterized/customAction/$1";

0 commit comments

Comments
 (0)