From 971858078c5e8a88b597da9fe3e9337fe7736ca4 Mon Sep 17 00:00:00 2001 From: ArnabChatterjee20k Date: Thu, 30 Apr 2026 16:50:04 +0530 Subject: [PATCH] updated --- app/config/scopes/project.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/scopes/project.php b/app/config/scopes/project.php index 8b9d2ccdf7..7f39d6db95 100644 --- a/app/config/scopes/project.php +++ b/app/config/scopes/project.php @@ -340,7 +340,7 @@ return [ 'presences.read' => [ 'description' => 'Access to read your project\'s presences', ], - 'presences.read' => [ + 'presences.write' => [ 'description' => 'Access to create, update, and delete your project\'s presences', ], ];