Call the renamed job classes

This commit is contained in:
Jonny Barnes 2017-10-13 20:37:31 +01:00
parent 3309ddda79
commit 6fe15e4335

View file

@ -5,7 +5,7 @@ declare(strict_types=1);
namespace App\Services;
use App\{Media, Note, Place};
use App\Jobs\{SendWebMentions, SyndicateToFacebook, SyndicateToTwitter};
use App\Jobs\{SendWebMentions, SyndicateNoteToFacebook, SyndicateNoteToTwitter};
class NoteService
{