Skip to content

Commit

Permalink
fix undefined function ray
Browse files Browse the repository at this point in the history
  • Loading branch information
daikazu authored Mar 2, 2022
1 parent 876fa75 commit c7c0d97
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Glider.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ public function url($path, string|array $params = []): string
$urlBuilder = UrlBuilderFactory::create('/'.Config::get('glider.route').'/');
}


ray($urlBuilder->getUrl($path, $params));

return $urlBuilder->getUrl($path, $params);
}

Expand Down

0 comments on commit c7c0d97

Please sign in to comment.