Spaces:
Sleeping
Sleeping
Commit
·
4344d6a
1
Parent(s):
9a18c8c
ucwords default controller
Browse files- mvc/app/libs/Core.php +1 -1
mvc/app/libs/Core.php
CHANGED
@@ -10,7 +10,7 @@
|
|
10 |
*/
|
11 |
|
12 |
class Core{
|
13 |
-
protected $defaultController = 'welcome';
|
14 |
protected $defaultMethod = 'index';
|
15 |
protected $defaultParams = [];
|
16 |
|
|
|
10 |
*/
|
11 |
|
12 |
class Core{
|
13 |
+
protected $defaultController = ucwords('welcome');
|
14 |
protected $defaultMethod = 'index';
|
15 |
protected $defaultParams = [];
|
16 |
|