app\Blog::posts PHP 메소드

posts() 공개 메소드

public posts ( )
    public function posts()
    {
        return $this->hasMany('App\\Post');
    }