Skip to content

Instantly share code, notes, and snippets.

@cpierce
Created January 9, 2015 21:40
Show Gist options
  • Save cpierce/f2569f61da03f55bc0a8 to your computer and use it in GitHub Desktop.
Save cpierce/f2569f61da03f55bc0a8 to your computer and use it in GitHub Desktop.
$hasManys = [
];
foreach ($hasManys as $hasMany) {
$this->hasMany($hasMany);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment