Skip to content

Commit

Permalink
Removed double backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskonnertz authored Mar 17, 2018
1 parent 79e7e0c commit 086034a
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 @@ -34,7 +34,7 @@ To create an alias for the facade, add this new entry in this file:
```php
'aliases' => array(
// ...
'Jobs' => 'ChrisKonnertz\Jobs\\Integration\JobsFacade',
'Jobs' => 'ChrisKonnertz\Jobs\Integration\JobsFacade',
'AbstractJob' => 'ChrisKonnertz\Jobs\AbstractJob',
),
```
Expand Down

0 comments on commit 086034a

Please sign in to comment.