Esempio n. 1
0
 /**
  * Determine if the given relation is loaded.
  *
  * @param string $key
  * @return bool 
  * @static 
  */
 public static function relationLoaded($key)
 {
     //Method inherited from \Illuminate\Database\Eloquent\Model
     return \Webpatser\Countries\Countries::relationLoaded($key);
 }