Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuno committed May 30, 2017
1 parent 09023e4 commit a0b3b47
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Framework/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,6 @@ public function resolve($name, $params = [])
*/
public function resolveRoute($namespace = "\\App\\Http", $className, $methodName, $requestParams = [])
{
$response = $this->resolve('response');

$class = new \ReflectionClass($namespace.'\\'.$className);

if (!$class->isInstantiable() || !$class->hasMethod($methodName)) {
Expand Down

0 comments on commit a0b3b47

Please sign in to comment.