personal access token api update

This commit is contained in:
Čarodej
2022-05-04 08:36:32 +02:00
parent 3d2e279afd
commit 137021fcdc
28 changed files with 66 additions and 53 deletions
@@ -10,7 +10,7 @@ class FlushUserNotificationsController extends Controller
{
public function __invoke(): Response|Application|ResponseFactory
{
if (is_demo_account()) {
if (isDemoAccount()) {
return response('Done', 204);
}
@@ -10,7 +10,7 @@ class MarkUserNotificationsAsReadController extends Controller
{
public function __invoke(): Response|Application|ResponseFactory
{
if (is_demo_account()) {
if (isDemoAccount()) {
return response('Done', 204);
}