config = $config; } public function load() { return new DateTimeService( $this->config->get('dateFormat'), $this->config->get('timeFormat'), $this->config->get('timeZone'), $this->config->get('language') ); } }