Skip to content

Commit

Permalink
Corrected method name
Browse files Browse the repository at this point in the history
  • Loading branch information
VeeeneX committed Jul 24, 2015
1 parent 5bde5b0 commit 2defea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Router/Loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function load()
}

if (isset($this->data["baseUri"])) {
$Router->baseUri($this->data["baseUri"]);
$Router->setBaseUri($this->data["baseUri"]);
}

$routes = $this->data["routes"];
Expand Down

0 comments on commit 2defea5

Please sign in to comment.