DummyNamespace\Providers\RouteServiceProvider::map PHP Méthode

map() public méthode

Define the routes for the module.
public map ( ) : void
Résultat void
    public function map()
    {
        $this->mapWebRoutes();
        $this->mapApiRoutes();
        //
    }