Exemplo n.º 1
0
 /**
  * Determine if the model touches a given relation.
  *
  * @param string $relation
  * @return bool 
  * @static 
  */
 public static function touches($relation)
 {
     //Method inherited from \Illuminate\Database\Eloquent\Model
     return \Webpatser\Countries\Countries::touches($relation);
 }