differentConnection($config); } /** * Different Connection * * @param array $config * * @return Connection */ public function differentConnection(array $config) { $class = get_called_class(); return new $class($config); } }