Skip to content

Commit 0af1d2f

Browse files
committed
Show decrypted filename
1 parent 4f4da96 commit 0af1d2f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Illuminate/Foundation/Console/EnvironmentDecryptCommand.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ public function handle()
106106
}
107107

108108
$this->components->info('Environment successfully decrypted.');
109+
$this->components->bulletList([
110+
"File: {$filename}",
111+
]);
112+
$this->newLine();
109113
}
110114

111115
/**

0 commit comments

Comments
 (0)