hasOne('Blog\Blog\Models\Category'); } /** * The tags that belong to the blog. */ public function tags(){ return $this->hasMany('Blog\Blog\Models\Tag'); } }