Skip to content

Commit

Permalink
Merge pull request #11 from jbrooksuk/master
Browse files Browse the repository at this point in the history
Remove the .php extension from the Facade name
  • Loading branch information
Rob Crowe committed Jun 16, 2014
2 parents cf65841 + d12a587 commit cdbebca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Add the service provider to `app/config/app.php`:
Optionally register the facade to your aliases:

```php
'Sentry' => 'rcrowe\Raven\Provider\Laravel\Facade\Raven.php',
'Sentry' => 'rcrowe\Raven\Provider\Laravel\Facade\Raven',
```

#### Configuration
Expand Down

0 comments on commit cdbebca

Please sign in to comment.