We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d771c1 commit 8efe135Copy full SHA for 8efe135
src/ServiceProvider.php
@@ -19,23 +19,23 @@ public function boot()
19
});
20
}
21
22
- protected function registerDatabaseConnectors(QueueManager $manager)
+ protected function registerDatabaseConnector(QueueManager $manager)
23
{
24
$manager->addConnector('replaceable_database',function()
25
26
return new Connectors\DatabaseConnector($this->app['db']);
27
28
29
30
- protected function registerRedisConnectors(QueueManager $manager)
+ protected function registerRedisConnector(QueueManager $manager)
31
32
$manager->addConnector('replaceable_redis',function()
33
34
return new Connectors\RedisConnector($this->app['redis']);
35
36
37
38
- protected function registerFileConnectors(QueueManager $manager)
+ protected function registerFileConnector(QueueManager $manager)
39
40
if(class_exists('\Alone\LaravelQueueFile\FileQueue'))
41
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments