chore: Refactor code to improve SSH key handling and storage

This commit is contained in:
Andras Bacsai
2024-09-29 20:12:30 +02:00
parent 795af8de52
commit cccd05f322
3 changed files with 3 additions and 12 deletions

View File

@@ -19,7 +19,6 @@ class PopulateSshKeysDirectorySeeder extends Seeder
PrivateKey::chunk(100, function ($keys) {
foreach ($keys as $key) {
echo 'Storing key: '.$key->name."\n";
$key->storeInFileSystem();
}
});