PHP Class Learner\Providers\AppServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: RryLee/learner.video

Méthodes publiques

Méthode Description
boot ( Illuminate\Validation\Factory $validator ) : void Bootstrap any application services.
register ( ) : void Register any application services.

Method Details

boot() public méthode

Bootstrap any application services.
public boot ( Illuminate\Validation\Factory $validator ) : void
$validator Illuminate\Validation\Factory
Résultat void

register() public méthode

Register any application services.
public register ( ) : void
Résultat void