<?php namespace KommaApp\Shop\Routes; class Route extends \Eloquent { protected $with = array('routable'); public function routable() { return $this->morphTo(); } }