feat: Implement dynamic settings page
linter / quality (push) Failing after 1m3s
tests / ci (8.3) (push) Failing after 48s
tests / ci (8.4) (push) Failing after 1m4s
tests / ci (8.5) (push) Failing after 1m5s

This commit is contained in:
Daan Meijer
2026-06-17 00:13:31 +02:00
parent 379543a351
commit 5b1a634d80
5 changed files with 194 additions and 10 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ class DynamicPolicy
*/
public function update(User $user, Dynamic $dynamic): bool
{
return false;
return $dynamic->participants()->where('user_id', $user->id)->where('role', 'owner')->exists();
}
/**