Ok, that generated timestamp is really annoying

This commit is contained in:
Bob den Otter
2020-01-18 16:56:41 +01:00
parent e847b8e441
commit 3db925b89a
2 changed files with 1 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
# This file is auto-generated by Bolt. Do not modify.
# Generated on: 2020-01-18T12:48:57+01:00
services:
_defaults:

View File

@@ -162,8 +162,7 @@ class ExtensionRegistry
}
}
$yaml = "# This file is auto-generated by Bolt. Do not modify.\n";
$yaml .= '# Generated on: ' . date('c') . "\n\n";
$yaml = "# This file is auto-generated by Bolt. Do not modify.\n\n";
$yaml .= Yaml::dump($services, 3);
file_put_contents($this->projectDir . '/config/services_bolt.yaml', $yaml);
}