コード例 #1
0
ファイル: Upgrader.php プロジェクト: jeremycherfas/grav-blog
 /**
  * Returns the version of the remotely available Grav
  *
  * @return string
  */
 public function getRemoteVersion()
 {
     return $this->remote->getVersion();
 }