Skip to content

Commit

Permalink
Updated Application.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rougin committed Jan 14, 2016
1 parent 31a0a27 commit da4d813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ private function getRoute(RequestInterface $request)

list($class, $method) = $function;

if (! $this->components->getContainer()->has($class)) {
if ( ! $this->components->getContainer()->has($class)) {
$this->components->getContainer()->add($class);
}

Expand Down

0 comments on commit da4d813

Please sign in to comment.