Skip to content

Commit

Permalink
Remove modified at to avoid merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
PhiloNL committed Aug 5, 2016
1 parent b93fe17 commit cae8ea7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Philo/Translate/TranslateManager.php
Expand Up @@ -243,8 +243,7 @@ protected function writeToFile($group, $lines)
$item = addslashes($item);
});

$date = Carbon::now()->format('d-m-Y H:i');
$string = "<?php\n\n# modified at $date\n\nreturn ".$this->prettyPrintArray($lines)."\n";
$string = "<?php\n\nreturn ".$this->prettyPrintArray($lines)."\n";

return File::put($this->getFilePath($group), $string );
}
Expand Down

0 comments on commit cae8ea7

Please sign in to comment.