Skip to content

Commit

Permalink
2017-03-13 1206
Browse files Browse the repository at this point in the history
  • Loading branch information
allanmcarvalho committed Mar 13, 2017
1 parent e823972 commit 9a8406a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/File/Writer/DefaultWriter.php
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,6 @@ protected function createFilename($ifExistCreateNew = false)
$fileUniqidMoreEntropy = Hash::get($this->settings, 'more_entropy', true);
$this->filename = Hash::get($this->settings, 'filename', uniqid($filePrefix, $fileUniqidMoreEntropy)) . $this->getConfigFileFormat();
}

pr($this->getConfigFileFormat());exit;

return $this->filename;
}

Expand Down

0 comments on commit 9a8406a

Please sign in to comment.