/** * Determines if the user can lock this post * * @param App\User|App\Support\Anonymous $user * @return boolean */ public function canLock($user) { return $user->canLock($this); }