Spaces:
Sleeping
Sleeping
Commit
·
c8c1d09
1
Parent(s):
4344d6a
ucwords default controller - test 2
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 = ucwords(
|
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 |
|