Call the renamed job classes
This commit is contained in:
parent
3309ddda79
commit
6fe15e4335
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue