Skip to content

Instantly share code, notes, and snippets.

@wpconsulate
Created May 26, 2019 17:35
Show Gist options
  • Save wpconsulate/25c4d8742fb0d694bcc8bef271d5c7ac to your computer and use it in GitHub Desktop.
Save wpconsulate/25c4d8742fb0d694bcc8bef271d5c7ac to your computer and use it in GitHub Desktop.
protected $table = 'listings';
public function contact()
{
return $this->BelongsTo('contacts');
}
public function specifications()
{
return $this->hasMany('listings_specifications');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment