Remove timestamps in generated files (#1000)

In https://github.com/barryvdh/laravel-ide-helper/pull/990#issuecomment-664590457 it was agreed upon to just remove them.
This commit is contained in:
Markus Podar
2020-07-27 21:42:55 +02:00
committed by GitHub
parent 1b5881c1e2
commit ead6d4f89b
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
/**
* A helper file for Laravel, to provide autocomplete information to your IDE
* Generated for Laravel <?= $version ?> on <?= date("Y-m-d H:i:s") ?>.
* Generated for Laravel <?= $version ?>.
*
* This file should not be included in your code, only analyzed by your IDE!
*