app\Post_View::post PHP Method

post() public method

public post ( )
    public function post()
    {
        return $this->hasOne('App\\Post');
    }
Post_View