class QueueServiceProvider extends AbstractServiceProvider
Properties
| protected Application | $container | from AbstractServiceProvider |
|
|
| protected array | $commands |
|
Methods
static mixed
unwrapQueue(mixed $queue)
Return the underlying driver connection, seeing through the RoutingQueue wrapper. Code that needs the concrete driver type (e.g. to detect the database or sync driver) must unwrap first, since the bound connection is the wrapper.
Details
at
line 164
__construct(Container $container)
at
line 43
static protected mixed
unwrapQueue(mixed $queue)
Return the underlying driver connection, seeing through the RoutingQueue wrapper. Code that needs the concrete driver type (e.g. to detect the database or sync driver) must unwrap first, since the bound connection is the wrapper.