PHP 클래스 Unicodeveloper\DumbPassword\DumbPasswordServiceProvider

상속: extends Illuminate\Support\ServiceProvider
파일 보기 프로젝트 열기: unicodeveloper/laravel-password

보호된 프로퍼티들

프로퍼티 타입 설명
$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