Skip to content

Commit

Permalink
I've decided that I don't care
Browse files Browse the repository at this point in the history
  • Loading branch information
valzargaming committed Dec 24, 2024
1 parent 71f91ff commit e5d8c46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Discord/Repository/AbstractRepositoryTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,6 @@ public function __call($name, $arguments): mixed
return $this->{"__Collection__{$name}"}(...$arguments);
}

$name = htmlspecialchars($name, ENT_QUOTES, 'UTF-8');
throw new \BadMethodCallException("Method $name does not exist.");
}
}

0 comments on commit e5d8c46

Please sign in to comment.