'int' ]; protected $fillable = [ 'language', 'categorie_id', 'key', 'value' ]; public function category() { return $this->belongsTo(Category::class, 'categorie_id'); } }