name: ContextServiceProvider class_comment: null dependencies: - name: JobProcessing type: class source: Illuminate\Queue\Events\JobProcessing - name: Queue type: class source: Illuminate\Queue\Queue - name: Context type: class source: Illuminate\Support\Facades\Context - name: ServiceProvider type: class source: Illuminate\Support\ServiceProvider properties: [] methods: - name: register visibility: public parameters: [] comment: '# * Register the service provider. # * # * @return void' - name: boot visibility: public parameters: [] comment: '# * Boot the application services. # * # * @return void' traits: - Illuminate\Queue\Events\JobProcessing - Illuminate\Queue\Queue - Illuminate\Support\Facades\Context - Illuminate\Support\ServiceProvider interfaces: []