app\models\NewsCategory::news PHP 메소드

news() 공개 메소드

Get the news for the blog category.
public news ( )
    public function news()
    {
        return $this->hasMany('App\\Models\\News');
    }
NewsCategory