Skip to content

Instantly share code, notes, and snippets.

@hernandev
Last active August 29, 2015 13:55
Show Gist options
  • Save hernandev/8737491 to your computer and use it in GitHub Desktop.
Save hernandev/8737491 to your computer and use it in GitHub Desktop.
<?php
class Foo extends Eloquent {
protected $table = 'foo';
public function Bar()
{
return $this->belongsTo('Bar');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment