Skip to content

Instantly share code, notes, and snippets.

@amardeep18
Created June 10, 2020 15:05
Show Gist options
  • Save amardeep18/72e2ce35cd443874879cd178cb2b03e2 to your computer and use it in GitHub Desktop.
Save amardeep18/72e2ce35cd443874879cd178cb2b03e2 to your computer and use it in GitHub Desktop.
<?
public function users()
{
return $this->hasMany('App\User');
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment