'int', 'id_sponsor' => 'int', 'id_user' => 'int', 'id_agent' => 'int', 'statut' => 'int' ]; protected $dates = [ 'date_validation', 'date_creation' ]; protected $fillable = [ 'id_group', 'id_sponsor', 'id_user', 'id_agent', 'id_demande', 'statut', 'date_validation', 'date_creation', 'type' ]; }