Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AliN11 committed May 23, 2019
1 parent 5a5a857 commit 2110ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -39,7 +39,7 @@ For Laravel 5.5 and greater, the package will auto register the provider for you
To register the service provider, add the following line to ``app/bootstrap/app.php``:

```php
$app->register(Mtownsend\ArrayRedactor\Providers\ArrayRedactorServiceProvider::class,);
$app->register(Mtownsend\ArrayRedactor\Providers\ArrayRedactorServiceProvider::class);
```

### Publishing the config file (Laravel users)
Expand Down

0 comments on commit 2110ab6

Please sign in to comment.