Fix issue with namespaces

This commit is contained in:
Jonny Barnes 2016-10-26 23:05:58 +01:00
parent 0f97da8e30
commit 9526e1977e
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
{