platform/api/laravel/Queue/Connectors/SyncConnector.yaml

24 lines
424 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
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