Skip to content

Commit 9ccb1be

Browse files
committed
fix: remove unnecessary parameter from update method in DaftarPenilaianRewardPolicy
1 parent 395cfe0 commit 9ccb1be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Policies/DaftarPenilaianRewardPolicy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function create(): bool
4545
/**
4646
* Determine whether the user can update the model.
4747
*/
48-
public function update(User $user, DaftarPenilaianReward $daftar): bool
48+
public function update(): bool
4949
{
5050
return false;
5151
}

0 commit comments

Comments
 (0)