'int', ]; protected $fillable = [ 'title', 'content', 'language', 'is_global', ]; public function categories() { return $this->belongsToMany(Category::class); } }