Checks to see if the provided configuration key's value has changed.
string $key: The configuration key to check if it has changed.
bool
public function isChanged($key) { return $this->config ->get($key) !== $this->config ->getOriginal($key); }