Skip to content

Commit

Permalink
update: seeder
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed Feb 28, 2024
1 parent 1a2ca24 commit 08e0ef4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions database/seeds/PackageSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class PackageSeeder extends Seeder
*/
public function run(): void
{
$repositories = ['nylo', 'framework', 'support'];
$repositories = ['nylo', 'framework', 'support', 'media-pro', 'permission-policy', 'device-meta'];
$organization = 'nylo-core';

foreach ($repositories as $repository) {
Expand All @@ -21,7 +21,7 @@ public function run(): void
'organization' => $organization,
'version' => '1.0.0',
'site' => 'github'
])->create();
])->create();
}
}
}

0 comments on commit 08e0ef4

Please sign in to comment.