Skip to content

Commit 414e3a3

Browse files
committed
add apps queues names
1 parent 4e70893 commit 414e3a3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/Providers/AppsServiceProvider.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@ protected function registerConfig()
9191
$this->mergeConfigFrom(
9292
dirname(__DIR__) . '/Config/l5-swagger.php', 'l5-swagger.documentations'
9393
);
94+
95+
//apps queue
96+
$this->mergeConfigFrom(
97+
dirname(__DIR__) . '/Config/queue.php', 'Apps.queue'
98+
);
9499

95100
}
96101

0 commit comments

Comments
 (0)