Skip to content

Instantly share code, notes, and snippets.

@vineeth030
Created November 4, 2017 06:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vineeth030/6cfec61577f5a26e716da95b11a71abe to your computer and use it in GitHub Desktop.
Save vineeth030/6cfec61577f5a26e716da95b11a71abe to your computer and use it in GitHub Desktop.
public function students()
{
return $this->hasMany(Student::class, 'student_id');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment