App\Providers\RoutingServiceProvider::registerMacro PHP Méthode

registerMacro() public méthode

Register Route Macro XE 구동에 필요한 Route Macro 들을 등록해준다.
public registerMacro ( Router $router ) : void
$router Illuminate\Routing\Router to register macro
Résultat void
    public function registerMacro(Router $router)
    {
        $this->registerFixedMacro($router);
        $this->registerSettingsMacro($router);
        $this->registerInstanceMacro($router);
    }