<?php namespace App\Traits; trait Attachments{ public function attachments(){ return $this->morphMany('App\Attachment', 'parent'); } }