24 lines
424 B
YAML
24 lines
424 B
YAML
|
name: SyncConnector
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: SyncQueue
|
||
|
type: class
|
||
|
source: Illuminate\Queue\SyncQueue
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: connect
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: config
|
||
|
comment: '# * Establish a queue connection.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @param array $config
|
||
|
|
||
|
# * @return \Illuminate\Contracts\Queue\Queue'
|
||
|
traits:
|
||
|
- Illuminate\Queue\SyncQueue
|
||
|
interfaces:
|
||
|
- ConnectorInterface
|