PHP Class Caffeinated\Modules\Support\ServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: caffeinated/modules

Méthodes publiques

Méthode Description
register ( ) : void Register bindings in the container.

Méthodes protégées

Méthode Description
addMiddleware ( array | string $middleware ) : void Register any additional module middleware.

Method Details

addMiddleware() protected méthode

Register any additional module middleware.
protected addMiddleware ( array | string $middleware ) : void
$middleware array | string
Résultat void

register() public méthode

Register bindings in the container.
public register ( ) : void
Résultat void