PHP Class Unicodeveloper\DumbPassword\DumbPasswordServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: unicodeveloper/laravel-password

Protected Properties

Свойство Type Description
$message string Default error message.

Méthodes publiques

Méthode Description
boot ( ) Publishes all the config file this package needs to function.
provides ( ) : array Get the services provided by the provider.
register ( ) Register the application services.

Method Details

boot() public méthode

Publishes all the config file this package needs to function.
public boot ( )

provides() public méthode

Get the services provided by the provider.
public provides ( ) : array
Résultat array

register() public méthode

Register the application services.
public register ( )

Property Details

$message protected_oe property

Default error message.
protected string $message
Résultat string