コード例 #1
0
ファイル: _ide_helper.php プロジェクト: jambik/sellmecar
 /**
  * Set the base URL
  *
  * @param string $baseURL
  * @return $this 
  * @static 
  */
 public static function setBaseURL($baseURL)
 {
     return \Spatie\Glide\GlideImage::setBaseURL($baseURL);
 }