Skip to content

Commit ec4f0d3

Browse files
committed
additional bugfix :)
1 parent cd344d5 commit ec4f0d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

App.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ private function getParams()
185185
// remove the method
186186
array_shift($url);
187187
}
188-
$out = !empty($url[0]) ? array_values($this->url) : []
188+
$out = !empty($url[0]) ? array_values($url) : [];
189189
return $out;
190190
}
191191
/**

0 commit comments

Comments
 (0)