/**
  * {@inheritdoc}
  */
 public static function getConnection($name = null)
 {
     return static::$instance->connection($name);
 }