Lsrur\Inspector\InspectorServiceProvider::register PHP Méthode

register() public méthode

Register the application services.
public register ( ) : void
Résultat void
    public function register()
    {
        $this->app->singleton('Inspector', function () {
            return new Inspector();
        });
    }
InspectorServiceProvider