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

24 lines
424 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: NullConnector
class_comment: null
dependencies:
- name: NullQueue
type: class
source: Illuminate\Queue\NullQueue
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\NullQueue
interfaces:
- ConnectorInterface