'int', 'duree_mois' => 'int', 'taux' => 'float', 'idConfig' => 'int' ]; protected $fillable = [ 'duree_mois', 'taux', 'idConfig' ]; }