Skip to content

Commit

Permalink
Fix container bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Torann committed Jan 26, 2017
1 parent af1cf1b commit c6984de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GeoIP.php
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ public function getService()
}

// Create service instance
$this->service = app($class, [$config]);
$this->service = new $class($config);
}

return $this->service;
Expand Down

0 comments on commit c6984de

Please sign in to comment.