nova fixed

This commit is contained in:
HolgerHatGarKeineNode
2023-02-22 23:18:47 +01:00
parent 41872ea45f
commit a99a5e07cd
11 changed files with 141 additions and 117 deletions

View File

@@ -43,7 +43,7 @@ class ParticipantPolicy extends BasePolicy
*/
public function create(User $user): bool
{
//
return false;
}
/**
@@ -53,7 +53,7 @@ class ParticipantPolicy extends BasePolicy
*/
public function update(User $user, Participant $participant): bool
{
//
return false;
}
/**
@@ -63,7 +63,7 @@ class ParticipantPolicy extends BasePolicy
*/
public function delete(User $user, Participant $participant): bool
{
//
return false;
}
/**
@@ -73,7 +73,7 @@ class ParticipantPolicy extends BasePolicy
*/
public function restore(User $user, Participant $participant): bool
{
//
return false;
}
/**
@@ -83,6 +83,6 @@ class ParticipantPolicy extends BasePolicy
*/
public function forceDelete(User $user, Participant $participant): bool
{
//
return false;
}
}