File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,6 @@ public static function creditCard($parameters = null)
16
16
/**
17
17
* {@inheritDoc}
18
18
*/
19
- protected static function getFacadeAccessor () { return 'omnipay.manager ' ; }
19
+ protected static function getFacadeAccessor () { return 'omnipay ' ; }
20
20
21
21
}
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ public function boot()
28
28
*/
29
29
public function register ()
30
30
{
31
- $ this ->app ['omnipay.manager ' ] = $ this ->app ->share (function ($ app ){
31
+ $ this ->app ['omnipay ' ] = $ this ->app ->share (function ($ app ){
32
32
$ defaults = $ app ['config ' ]->get ('laravel-omnipay::defaults ' , array ());
33
33
return new GatewayManager ($ app , new GatewayFactory , $ defaults );
34
34
});
@@ -41,6 +41,6 @@ public function register()
41
41
*/
42
42
public function provides ()
43
43
{
44
- return array ('omnipay.manager ' );
44
+ return array ('omnipay ' );
45
45
}
46
46
}
You can’t perform that action at this time.
0 commit comments