A lot of things.
This commit is contained in:
@@ -130,7 +130,7 @@ class EntryPolicy
|
||||
return false;
|
||||
}
|
||||
|
||||
public function skipQueue(User $user, Entry $entry): bool
|
||||
public function skipQueue(User $user, ?Entry $entry = null): bool
|
||||
{
|
||||
return $user->_can( 'romhackplaza', 'canSubmitEntryInPublished' );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user