You've already forked Epicnabbo-Catalogus-Updated-Daily
🆙 More fixes 🆙
This commit is contained in:
@@ -8,22 +8,22 @@ class EmulatorSettingPolicy
|
||||
{
|
||||
use HandlesAuthorization;
|
||||
|
||||
public function viewAny()
|
||||
public function viewAny(): bool
|
||||
{
|
||||
return hasHousekeepingPermission('manage_emulator_settings');
|
||||
}
|
||||
|
||||
public function view()
|
||||
public function view(): bool
|
||||
{
|
||||
return hasHousekeepingPermission('manage_emulator_settings');
|
||||
}
|
||||
|
||||
public function create()
|
||||
public function create(): bool
|
||||
{
|
||||
return hasHousekeepingPermission('manage_emulator_settings');
|
||||
}
|
||||
|
||||
public function update()
|
||||
public function update(): bool
|
||||
{
|
||||
return hasHousekeepingPermission('manage_emulator_settings');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user