Fix issue with namespaces
This commit is contained in:
parent
0f97da8e30
commit
9526e1977e
2 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,7 @@ use App\Place;
|
||||||
use Illuminate\Http\Request;
|
use Illuminate\Http\Request;
|
||||||
use App\Jobs\SendWebMentions;
|
use App\Jobs\SendWebMentions;
|
||||||
use App\Jobs\SyndicateToTwitter;
|
use App\Jobs\SyndicateToTwitter;
|
||||||
|
use App\Jobs\SyndicateToFacebook;
|
||||||
|
|
||||||
class NoteService
|
class NoteService
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## Version 0.0.15.3 (2016-10-26)
|
||||||
|
- Fix: didn’t import the namespace for the facebook job
|
||||||
|
|
||||||
## Version 0.0.15.2 (2016-10-26)
|
## Version 0.0.15.2 (2016-10-26)
|
||||||
- Fix: syntax error introduced in v0.0.15.1
|
- Fix: syntax error introduced in v0.0.15.1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue