Improve templates
This commit is contained in:
parent
83215cd0bc
commit
b490524009
|
|
@ -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
Loading…
Reference in New Issue