platform/api/laravel/Log/Context/ContextServiceProvider.yaml

40 lines
816 B
YAML
Raw Normal View History

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