Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8efe135

Browse files
committed
Support Laravel 7
1 parent 9d771c1 commit 8efe135

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/ServiceProvider.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,23 @@ public function boot()
1919
});
2020
}
2121

22-
protected function registerDatabaseConnectors(QueueManager $manager)
22+
protected function registerDatabaseConnector(QueueManager $manager)
2323
{
2424
$manager->addConnector('replaceable_database',function()
2525
{
2626
return new Connectors\DatabaseConnector($this->app['db']);
2727
});
2828
}
2929

30-
protected function registerRedisConnectors(QueueManager $manager)
30+
protected function registerRedisConnector(QueueManager $manager)
3131
{
3232
$manager->addConnector('replaceable_redis',function()
3333
{
3434
return new Connectors\RedisConnector($this->app['redis']);
3535
});
3636
}
3737

38-
protected function registerFileConnectors(QueueManager $manager)
38+
protected function registerFileConnector(QueueManager $manager)
3939
{
4040
if(class_exists('\Alone\LaravelQueueFile\FileQueue'))
4141
{

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /