BookStack\Attachment::page PHP Method

page() public method

Get the page this file was uploaded to.
public page ( ) : Page
return Page
    public function page()
    {
        return $this->belongsTo(Page::class, 'uploaded_to');
    }