Improve templates

This commit is contained in:
David Bomba 2024-02-13 17:11:40 +11:00
parent 83215cd0bc
commit b490524009
3 changed files with 3 additions and 3 deletions

View File

@ -68,7 +68,7 @@ class EncryptNinja extends Command
$contents = Storage::disk('base')->get($file);
$encrypted = encrypt($contents);
Storage::disk('base')->put($file.".enc", $encrypted);
Storage::disk('base')->delete($file);
// Storage::disk('base')->delete($file);
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long