Merge pull request #8704 from turbo124/v5-develop

Fixes for currency seeder ids
This commit is contained in:
David Bomba 2023-08-09 09:01:21 +10:00 committed by GitHub
commit 730c990bf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ return new class extends Migration
if(!$xag) {
$xag = new \App\Models\Currency();
$xag->id = 115;
$xag->id = 116;
$xag->code = 'XAG';
$xag->name = 'Silver Troy Ounce';
$xag->symbol = 'XAG';