Skip to content

Commit

Permalink
Update EdgeAltoRouter.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Acksop authored Mar 1, 2024
1 parent 9c76e7e commit 65753fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EdgeAltoRouter.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function __construct(array $routes = [], string $basePath = '', array $ma
* @throws Exception
*/
public function setRouteFromConfig($configUrl){
if(file_exists($configModelUrl)){
if(file_exists($configUrl)){
$file = file($configUrl);
foreach ($file as $line_num => $line) {
//searching pattern parameters
Expand Down

0 comments on commit 65753fe

Please sign in to comment.