belongsTo(Page::class, 'uploaded_to'); } /** * Get the url of this file. * @return string */ public function getUrl() { return '/files/' . $this->id; } }