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: []