Auto commit for release 'develop' on 2024-08-05

This commit is contained in:
github-actions
2024-08-05 20:37:29 +02:00
parent 0c9a41a929
commit d98d757f8b
11 changed files with 94 additions and 106 deletions

View File

@@ -37,7 +37,8 @@ class AccountPolicy
return auth()->check() && $user->id === $account->user_id;
}
public function create(): bool {
public function create(): bool
{
return auth()->check();
}