Skip to content

Commit 710d5f1

Browse files
committed
Actually save the changes so we don't end up with duplicates...
1 parent c2d630c commit 710d5f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

database/migrations/2017_03_10_173607_MigrateToNewServiceSystem.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ public function up()
4949
} elseif ($item->tag === 'srcds' && $item->name === 'Custom Source Engine Game') {
5050
$item->tag = 'source';
5151
}
52+
$item->save();
5253
});
5354
});
5455
}

0 commit comments

Comments
 (0)