Have webmentions sent automatically
This commit is contained in:
parent
44060da577
commit
e31364e787
7 changed files with 49 additions and 11 deletions
|
@ -9,6 +9,12 @@ use App\Services\NoteService;
|
|||
|
||||
class NotesAdminController extends Controller
|
||||
{
|
||||
protected $noteService;
|
||||
|
||||
public function __construct(NoteService $noteService = null)
|
||||
{
|
||||
$this->noteService = $noteService ?? new NoteService();
|
||||
}
|
||||
/**
|
||||
* Show the form to make a new note.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue