Esempio n. 1
0
 /**
  * Convert the object into something JSON serializable.
  *
  * @return array 
  * @static 
  */
 public static function jsonSerialize()
 {
     //Method inherited from \Illuminate\Database\Eloquent\Model
     return \Webpatser\Countries\Countries::jsonSerialize();
 }