BookStack\Attachment::page PHP 메소드

page() 공개 메소드

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