Skip to content

Commit

Permalink
chore: clean up comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jobara committed Nov 14, 2023
1 parent 6ef1407 commit 1aee83c
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions app/Console/Commands/SeederBackupData.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,7 @@ public function handle()

$available_tables = config('backup.filament_seeders.tables');

// fix for when it runs in environments without access to S3 bucket
// TODO remove after testing
// try {
// // try connecting to the seeds S3 bucket
// Storage::disk('seeds');
// } catch (\Exception $e) {
// // mock the seeds filesystem locally
// Storage::fake('seeds');
// }

// removes backuped up files
// removes backed up files
if ($options['remove']) {
// if the table option is set only remove that tables file
// else remove all found in the config
Expand Down

0 comments on commit 1aee83c

Please sign in to comment.