PHP Класс Unicodeveloper\DumbPassword\DumbPasswordServiceProvider

Наследование: extends Illuminate\Support\ServiceProvider
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$message string Default error message.

Открытые методы

Метод Описание
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.

Описание методов

boot() публичный Метод

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

provides() публичный Метод

Get the services provided by the provider.
public provides ( ) : array
Результат array

register() публичный Метод

Register the application services.
public register ( )

Описание свойств

$message защищенное свойство

Default error message.
protected string $message
Результат string