-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
Resolving #18
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ In your `config/app.php` add `'Awjudd\FeedReader\FeedReaderServiceProvider'` to | |
'App' => 'Illuminate\Support\Facades\App', | ||
'Artisan' => 'Illuminate\Support\Facades\Artisan', | ||
... | ||
'FeedReader' => 'Awjudd\FeedReader\Facades', | ||
'FeedReader' => 'Awjudd\FeedReader\Facades\FeedReader', | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
awjudd
Author
Owner
|
||
), | ||
``` | ||
|
||
|
@@ -75,4 +75,4 @@ Feed Reader is free software distributed under the terms of the MIT license | |
|
||
## Additional Information | ||
|
||
Any issues, please [report here](https://github.com/awjudd/l4-feed-reader/issues) | ||
Any issues, please [report here](https://github.com/awjudd/l4-feed-reader/issues) |
I don't know if you have tested this but it's not working on my app. I've just updated my composer to found that your facade is crashing.
I have ended with