platform/api/laravel/Foundation/Queue/Queueable.yaml
2024-09-02 10:44:11 -07:00

23 lines
556 B
YAML

name: Queueable
class_comment: null
dependencies:
- name: QueueableByBus
type: class
source: Illuminate\Bus\Queueable
- name: Dispatchable
type: class
source: Illuminate\Foundation\Bus\Dispatchable
- name: InteractsWithQueue
type: class
source: Illuminate\Queue\InteractsWithQueue
- name: SerializesModels
type: class
source: Illuminate\Queue\SerializesModels
properties: []
methods: []
traits:
- Illuminate\Foundation\Bus\Dispatchable
- Illuminate\Queue\InteractsWithQueue
- Illuminate\Queue\SerializesModels
- Dispatchable
interfaces: []