Appzcoder\CrudGenerator\Commands\CrudCommand::addRoutes PHP 메소드

addRoutes() 보호된 메소드

Add routes.
protected addRoutes ( ) : array
리턴 array
    protected function addRoutes()
    {
        return ["Route::resource('" . $this->routeName . "', '" . $this->controller . "');"];
    }