mirror of
https://github.com/humhub/humhub.git
synced 2025-03-14 20:19:47 +01:00
Merge pull request #3256 from acs-ferreira/patch-6
Fix path for Drivers
This commit is contained in:
commit
978a9d04e2
@ -70,7 +70,7 @@ To enable this driver you need to add following block to your local configuratio
|
||||
// ...
|
||||
|
||||
'queue' => [
|
||||
'class' => 'humhub\components\queue\driver\MySQL',
|
||||
'class' => 'humhub\modules\queue\driver\MySQL',
|
||||
],
|
||||
|
||||
// ...
|
||||
@ -91,7 +91,7 @@ To enable this driver you need to add following block to your local configuratio
|
||||
// ...
|
||||
|
||||
'queue' => [
|
||||
'class' => 'humhub\components\queue\driver\Redis',
|
||||
'class' => 'humhub\modules\queue\driver\Redis',
|
||||
],
|
||||
|
||||
// ...
|
||||
@ -102,6 +102,4 @@ To enable this driver you need to add following block to your local configuratio
|
||||
|
||||
### Sync and Instant Queue
|
||||
|
||||
The [[humhub\components\queue\driver\Sync]] and [[humhub\components\queue\driver\Instant]] queues are used in test and development environments
|
||||
without cron jobs.
|
||||
|
||||
The [[humhub\components\queue\driver\Sync]] and [[humhub\components\queue\driver\Instant]] queues are used in test and development environments without cron jobs.
|
||||
|
Loading…
x
Reference in New Issue
Block a user