Skip to content

Commit 077b710

Browse files
authored
Merge pull request vyuldashev#76 from vladimir-yuldashev/analysis-Xl7YZr
Applied fixes from StyleCI
2 parents 58767bb + 23acc4c commit 077b710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VladimirYuldashev/LaravelQueueRabbitMQ/LaravelQueueRabbitMQServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class LaravelQueueRabbitMQServiceProvider extends ServiceProvider
1515
public function register()
1616
{
1717
$this->mergeConfigFrom(
18-
__DIR__ . '/../../config/rabbitmq.php', 'queue.connections.rabbitmq'
18+
__DIR__.'/../../config/rabbitmq.php', 'queue.connections.rabbitmq'
1919
);
2020
}
2121

0 commit comments

Comments
 (0)