Skip to content

Instantly share code, notes, and snippets.

@dennisoderwald
Created August 15, 2014 09:10
morphMany Issue
<?php
class Resort extends Eloquent {
public function metas()
{
return $this->morphMany('Meta', 'metable')->lists('value', 'key');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment