Skip to content

Commit 02adcec

Browse files
committed
Merge pull request #80 from josezenem/master
Update providers and alises for 5.1 consistency
2 parents e937b1e + 043e0b0 commit 02adcec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Find the `providers` key in your `config/app.php` and register the AWS Service P
4343
```php
4444
'providers' => array(
4545
// ...
46-
'Aws\Laravel\AwsServiceProvider',
46+
Aws\Laravel\AwsServiceProvider::class,
4747
)
4848
```
4949

@@ -52,7 +52,7 @@ Find the `aliases` key in your `config/app.php` and add the AWS facade alias.
5252
```php
5353
'aliases' => array(
5454
// ...
55-
'AWS' => 'Aws\Laravel\AwsFacade',
55+
'AWS' => Aws\Laravel\AwsFacade::class,
5656
)
5757
```
5858

0 commit comments

Comments
 (0)