コード例 #1
0
ファイル: _ide_helper.php プロジェクト: whplay/ohmate-shop
 /**
  * 
  *
  * @return \App\Models\Customer|null|static 
  * @static 
  */
 public static function getCustomerOrNull()
 {
     return \App\Werashop\Helper\Helper::getCustomerOrNull();
 }