Skip to content

Commit c8896d9

Browse files
Remove admin restriction from runAction method in MitraPolicy
1 parent 94e05a7 commit c8896d9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/Policies/MitraPolicy.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ public function replicate(): bool
8787

8888
public function runAction(): bool
8989
{
90-
return Policy::make()
91-
->allowedFor('admin')
92-
->get();
90+
return true;
9391
}
9492
}

0 commit comments

Comments
 (0)