diff --git a/app/Services/NoteService.php b/app/Services/NoteService.php index 5d1202b3..df736091 100644 --- a/app/Services/NoteService.php +++ b/app/Services/NoteService.php @@ -7,6 +7,7 @@ use App\Place; use Illuminate\Http\Request; use App\Jobs\SendWebMentions; use App\Jobs\SyndicateToTwitter; +use App\Jobs\SyndicateToFacebook; class NoteService { diff --git a/changelog.md b/changelog.md index c8ecc077..55f17a5e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # 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) - Fix: syntax error introduced in v0.0.15.1