Reset after deletion

This commit is contained in:
James Cole
2022-12-24 08:44:22 +01:00
parent 63184ac298
commit 5f6c84ab4c
19 changed files with 21 additions and 0 deletions

View File

@@ -162,6 +162,7 @@ class DestroyController extends Controller
);
break;
}
app('preferences')->mark();
return response()->json([], 204);
}