Skip to content

Commit f9b425d

Browse files
author
sahin
committed
readme vendor publish error fixed
1 parent 2d8d8c0 commit f9b425d

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
@@ -20,7 +20,7 @@ Pre Laravel 5.5: After updating composer, add the ServiceProvider to the provide
2020
You need to publish the config for this package. A sample configuration is provided. The defaults will be merged with gateway specific configuration.
2121

2222
```
23-
$ php artisan vendor:publish --provider='Barryvdh\Omnipay\ServiceProvider'
23+
$ php artisan vendor:publish --provider=Barryvdh\Omnipay\ServiceProvider
2424
```
2525

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

0 commit comments

Comments
 (0)