Skip to content

Commit 7a1b538

Browse files
authored
Merge pull request #1 from joanhey/patch-9
Update Fomo framework
2 parents 3a07787 + 051603e commit 7a1b538

File tree

6 files changed

+1
-31
lines changed

6 files changed

+1
-31
lines changed

frameworks/PHP/fomo/.env

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
APP_NAME=Fomo
22
APP_TIMEZONE=UTC
3-
APP_WORKER_COUNT=8
43
APP_ENV=local
54
APP_SSL=false
65
APP_DEBUG=false

frameworks/PHP/fomo/config/elasticsearch.php

Lines changed: 0 additions & 8 deletions
This file was deleted.

frameworks/PHP/fomo/config/mail.php

Lines changed: 0 additions & 8 deletions
This file was deleted.

frameworks/PHP/fomo/config/redis.php

Lines changed: 0 additions & 9 deletions
This file was deleted.

frameworks/PHP/fomo/config/server.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,9 @@
3939
* The following services are created for better performance in the program, only one object is created from them and they can be used throughout the program
4040
*/
4141
'services' => [
42-
Fomo\Services\Auth::class ,
4342
Fomo\Services\Cache::class ,
4443
Fomo\Services\Database::class ,
45-
Fomo\Services\Elasticsearch::class ,
4644
Fomo\Services\Language::class ,
47-
Fomo\Services\Mail::class ,
48-
Fomo\Services\Redis::class ,
4945
Fomo\Services\Response::class ,
5046
Fomo\Services\Validation::class ,
5147
] ,

frameworks/PHP/fomo/fomo.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ RUN chmod -R 777 /fomo/storage
1919

2020
EXPOSE 9000
2121

22-
ENTRYPOINT [ "php", "engineer", "server:start" ]
22+
ENTRYPOINT [ "php", "engineer", "server:start" ]

0 commit comments

Comments
 (0)