Skip to content

Commit deadaee

Browse files
authored
Merge pull request #26 from wuwx/patch-1
Update readme.md
2 parents 2e0ab9d + 48af32d commit deadaee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Pre Laravel 5.5: After updating composer, add the ServiceProvider to the provide
1515

1616
You need to publish the config for this package. A sample configuration is provided. The defaults will be merged with gateway specific configuration.
1717

18-
$ php artisan vendor:publish
18+
$ php artisan vendor:publish --provider='Barryvdh\Omnipay\ServiceProvider'
1919

2020
To use the Facade (`Omnipay::purchase()` instead of `App::make(`omnipay`)->purchase()`), add that to the facades array.
2121

0 commit comments

Comments
 (0)