api/laravel/Notifications/NotificationServiceProvider.yaml
2024-09-26 02:03:21 -07:00

33 lines
687 B
YAML

name: NotificationServiceProvider
class_comment: null
dependencies:
- name: DispatcherContract
type: class
source: Illuminate\Contracts\Notifications\Dispatcher
- name: FactoryContract
type: class
source: Illuminate\Contracts\Notifications\Factory
- name: ServiceProvider
type: class
source: Illuminate\Support\ServiceProvider
properties: []
methods:
- name: boot
visibility: public
parameters: []
comment: '# * Boot the application services.
# *
# * @return void'
- name: register
visibility: public
parameters: []
comment: '# * Register the service provider.
# *
# * @return void'
traits:
- Illuminate\Support\ServiceProvider
interfaces: []