options = $options; } /** * Returns `true` whether the schema is disabled. * * @return bool `true` when the schema is disabled. */ public function is_met() { return $this->options->get( 'enable_schema', true ) === false; } }