You've already forked Epicnabbo-Catalogus-Updated-Daily
🆙 More fixes 🆙
This commit is contained in:
@@ -8,22 +8,22 @@ class AchievementPolicy
|
||||
{
|
||||
use HandlesAuthorization;
|
||||
|
||||
public function viewAny()
|
||||
public function viewAny(): bool
|
||||
{
|
||||
return hasHousekeepingPermission('manage_achievements');
|
||||
}
|
||||
|
||||
public function view()
|
||||
public function view(): bool
|
||||
{
|
||||
return hasHousekeepingPermission('manage_achievements');
|
||||
}
|
||||
|
||||
public function create()
|
||||
public function create(): bool
|
||||
{
|
||||
return hasHousekeepingPermission('manage_achievements');
|
||||
}
|
||||
|
||||
public function update()
|
||||
public function update(): bool
|
||||
{
|
||||
return hasHousekeepingPermission('manage_achievements');
|
||||
}
|
||||
|
||||
@@ -38,3 +38,5 @@
|
||||
[2026-01-19 19:51:53] production.ERROR: RCON connection failed: Kan geen verbinding maken omdat de doelcomputer de verbinding actief heeft geweigerd
|
||||
[2026-01-19 20:17:19] production.ERROR: RCON connection failed: Kan geen verbinding maken omdat de doelcomputer de verbinding actief heeft geweigerd
|
||||
[2026-01-19 20:17:20] production.ERROR: RCON connection failed: Kan geen verbinding maken omdat de doelcomputer de verbinding actief heeft geweigerd
|
||||
[2026-01-19 20:21:48] production.ERROR: RCON connection failed: Kan geen verbinding maken omdat de doelcomputer de verbinding actief heeft geweigerd
|
||||
[2026-01-19 20:21:48] production.ERROR: RCON connection failed: Kan geen verbinding maken omdat de doelcomputer de verbinding actief heeft geweigerd
|
||||
|
||||
Reference in New Issue
Block a user