belongsTo('Oxbow\Book'); } public function children() { return $this->hasMany('Oxbow\Page')->orderBy('priority', 'ASC'); } public function getUrl() { return '/books/' . $this->book->slug . '/chapter/' . $this->slug; } }