Skip to content

Commit

Permalink
Updated docs to new PHP7 class format
Browse files Browse the repository at this point in the history
  • Loading branch information
alexw23 authored Jan 8, 2019
1 parent 228b018 commit 384e202
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ Add a ServiceProvider to your providers array in `config/app.php`:
```php
'providers' => [

'Ignited\LaravelOmnipay\LaravelOmnipayServiceProvider',
Ignited\LaravelOmnipay\LaravelOmnipayServiceProvider::class

]
```

Add the `Omnipay` facade to your facades array:

```php
'Omnipay' => 'Ignited\LaravelOmnipay\Facades\OmnipayFacade',
'Omnipay' => Ignited\LaravelOmnipay\Facades\OmnipayFacade::class
```

Finally, publish the configuration files:
Expand Down

0 comments on commit 384e202

Please sign in to comment.