Exemplo n.º 1
0
 /**
  * Wrap the given value with the parent query's grammar.
  *
  * @param string $value
  * @return string
  * @static
  */
 public static function wrap($value)
 {
     //Method inherited from \Illuminate\Database\Eloquent\Relations\Relation
     return \Illuminate\Database\Eloquent\Relations\HasMany::wrap($value);
 }