Skip to content

Commit

Permalink
* typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadeyeBro committed Feb 6, 2017
1 parent 46607ec commit 7c37a3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Ignited/LaravelOmnipay/BaseServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ public function register()
*/
public function registerManager()
{
$this->app->singleton('omnipay', function ($app) {
$factory = new GatewayFactory;
$this->app->singleton('omnipay', function ($app) {
$factory = new GatewayFactory;
$manager = new LaravelOmnipayManager($app, $factory);

return $manager;
});
});
}

/**
Expand Down

0 comments on commit 7c37a3b

Please sign in to comment.