App\Events\ConfigureRoutes::__construct PHP 메소드

__construct() 공개 메소드

Create a new event instance.
public __construct ( Router $router ) : void
$router Illuminate\Routing\Router
리턴 void
    public function __construct(Router $router)
    {
        $this->router = $router;
    }
ConfigureRoutes