mirror of
https://github.com/jbcr/core.git
synced 2026-03-30 04:42:25 +02:00
Ok, that generated timestamp is really annoying
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user