Skip to content

Commit

Permalink
correction clefs en double dans les seeds
Browse files Browse the repository at this point in the history
  • Loading branch information
agallou committed Aug 31, 2024
1 parent cc9c6db commit 6d4b4ad
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions db/seeds/Compta.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ public function run()
'idcompte' => 1,
'numero' => '',
'obs_regl' => '',
'idoperation' => 0,
'idmode_regl' => 0,
'date_regl' => '0000-00-00',
],
[
'id' => '2',
Expand All @@ -55,10 +52,6 @@ public function run()
'idclef' => 2,
'numero' => '',
'obs_regl' => '',
'idoperation' => 0,

'idmode_regl' => 0,
'date_regl' => '0000-00-00',
],
[
'id' => '3',
Expand Down

0 comments on commit 6d4b4ad

Please sign in to comment.