Fixes for currency seeder ids

This commit is contained in:
David Bomba 2023-08-09 09:01:05 +10:00
parent 78af5eab30
commit 30f2843fbd

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';