app\models\NewsCategory::news PHP Method

news() public method

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