Version 0.0.15.3

Fix: there was an issue with namespaces introduced in v0.0.15.1
 -----BEGIN PGP SIGNATURE-----
 
 iH4EABMKAAYFAlgRKQwACgkQGyx2r7FshZvJ+QF+J3f7BUqXd5mzeEqUOu/HCmVZ
 sWKOgS6KvrByfES17+Px7fbygPsr8eMTJ7XYBh26AYClBhNzI8yRO/ktVopGiNuP
 rQyurdUiuNVefNwXTeHbKDHdZA8Sjg19xsDvWKJ9wOg=
 =s6ZV
 -----END PGP SIGNATURE-----

Merge tag 'v0.0.15.3' into develop

Version 0.0.15.3

Fix: there was an issue with namespaces introduced in v0.0.15.1
This commit is contained in:
Jonny Barnes 2016-10-26 23:07:16 +01:00
commit 898ac157fb
2 changed files with 4 additions and 0 deletions

View file

@ -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
{

View file

@ -1,5 +1,8 @@
# Changelog
## Version 0.0.15.3 (2016-10-26)
- Fix: didnt import the namespace for the facebook job
## Version 0.0.15.2 (2016-10-26)
- Fix: syntax error introduced in v0.0.15.1