Example #1
0
 /**
  * 
  *
  * @return \App\Models\Customer; 
  * @static 
  */
 public static function getCustomer()
 {
     return \App\Werashop\Helper\Helper::getCustomer();
 }