belongsTo('App\User'); } public function pictures() { return $this->morphMany('App\Picture', 'pictureable'); } }