@@ -21,7 +21,7 @@ |
||
21 | 21 | public function reply($user, Thread $thread): bool |
22 | 22 | { |
23 | 23 | // Admins can reply even if locked; otherwise respect lock state |
24 | - return $user->hasRole('Admin') || (! $thread->locked); |
|
24 | + return $user->hasRole('Admin') || (!$thread->locked); |
|
25 | 25 | } |
26 | 26 | |
27 | 27 | public function delete($user, Thread $thread): bool |