Code cleanup.

This commit is contained in:
James Cole
2016-08-12 15:10:03 +02:00
parent 955306d877
commit 5c4d010bde
94 changed files with 106 additions and 363 deletions

View File

@@ -51,7 +51,7 @@ class EncryptFile extends Command
*/
public function handle()
{
$file = $this->argument('file');
$file = e($this->argument('file'));
if (!file_exists($file)) {
$this->error(sprintf('File "%s" does not seem to exist.', $file));