Skip to content

Instantly share code, notes, and snippets.

@amardeep18
Created June 10, 2020 16:00
Show Gist options
  • Save amardeep18/45a76e0f7d612204e35bdb01b3e77e4e to your computer and use it in GitHub Desktop.
Save amardeep18/45a76e0f7d612204e35bdb01b3e77e4e to your computer and use it in GitHub Desktop.
<?
public function roles()
{
return $this->belongsTo('App\Role');
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment