Flarum\Api\Controller\ReadAllNotificationsController::delete PHP 메소드

delete() 보호된 메소드

protected delete ( Psr\Http\Message\ServerRequestInterface $request )
$request Psr\Http\Message\ServerRequestInterface
    protected function delete(ServerRequestInterface $request)
    {
        $this->bus->dispatch(new ReadAllNotifications($request->getAttribute('actor')));
    }
ReadAllNotificationsController