app\models\NewsCategory::news PHP Méthode

news() public méthode

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