Skip to content

Commit 166787e

Browse files
committed
Fixing config file
1 parent 599b0cb commit 166787e

File tree

2 files changed

+1
-24
lines changed

2 files changed

+1
-24
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
},
2828
"autoload": {
2929
"classmap": [
30+
"src/commands",
3031
"src/controllers",
3132
"src/database/migrations",
3233
"src/database/seeds",

src/config/config.php

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -11,30 +11,6 @@
1111
*/
1212
'version' => '1.0.0',
1313

14-
/*
15-
|--------------------------------------------------------------------------
16-
| Application Games Enabled
17-
|--------------------------------------------------------------------------
18-
|
19-
| This flag is used to determine if the site uses games. If it is set to true
20-
| any area allowing for game integration will look for it. Otherwise, it will
21-
| skip them entirely.
22-
|
23-
*/
24-
'gameMode' => false,
25-
26-
/*
27-
|--------------------------------------------------------------------------
28-
| Application Forum for News
29-
|--------------------------------------------------------------------------
30-
|
31-
| This flag is used to determine if the site uses the forum system to control
32-
| the front page. If set to false, there will be no options to promote posts
33-
| to the front page.
34-
|
35-
*/
36-
'forumNews' => true,
37-
3814
/*
3915
|--------------------------------------------------------------------------
4016
| Control-Room Site detail

0 commit comments

Comments
 (0)