Skip to content

Commit

Permalink
fix: corp job updated at mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Crypta-Eve authored May 23, 2024
1 parent b795e41 commit 7a64f27
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Jobs/Assets/Corporation/Assets.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,9 @@ public function handle()
'corporation_id' => function () {
return $this->getCorporationId();
},
'updated_at' => $start,
'updated_at' => function () use ($start) {
return $start;
},
])->save();
});
});
Expand Down

0 comments on commit 7a64f27

Please sign in to comment.