PHP Class OwenIt\Auditing\Providers\AuditingServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: owen-it/laravel-auditing

Protected Properties

Свойство Type Description
$defer

Méthodes publiques

Méthode Description
boot ( ) : void Bootstrap the service provider.
provides ( )
register ( ) : void Register the service provider.

Méthodes protégées

Méthode Description
setupConfig ( $app ) : void Setup the config.

Method Details

boot() public méthode

Bootstrap the service provider.
public boot ( ) : void
Résultat void

provides() public méthode

public provides ( )

register() public méthode

Register the service provider.
public register ( ) : void
Résultat void

setupConfig() protected méthode

Setup the config.
protected setupConfig ( $app ) : void
$app
Résultat void

Property Details

$defer protected_oe property

protected $defer