Skip to content

Commit

Permalink
[DB] Fix IRRDB seeder
Browse files Browse the repository at this point in the history
  • Loading branch information
barryo committed Sep 28, 2021
1 parent 1ee5606 commit e5b55cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion database/seeders/IRRDBs.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ public function run(): void
foreach( $irrdbs as $irrdb ) {
IrrdbConfig::create([
'host' => $irrdb['host'],
'protocol' => $irrdb['protocol'],
'source' => $irrdb['source'],
'notes' => $irrdb['notes'],
]);
Expand Down

0 comments on commit e5b55cd

Please sign in to comment.