We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a278bf commit 551305fCopy full SHA for 551305f
app/Nova/PulsaKegiatan.php
@@ -227,7 +227,7 @@ public function actions(NovaRequest $request)
227
228
return $this->resource instanceof Model && $this->resource->status !== 'open';
229
});
230
- if (Policy::make()->allowedFor('ppk.pbj')->get()) {
+ if (Policy::make()->allowedFor('ppk,pbj')->get()) {
231
$actions[] =
232
ExportDaftarPulsa::make()
233
->showInline()
0 commit comments