mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
Remove echo with array to string conversion
This commit is contained in:
parent
0907d5b76a
commit
68e1384416
@ -55,8 +55,6 @@ class LoadDocGeneratorTemplate extends AbstractFixture
|
|||||||
];
|
];
|
||||||
|
|
||||||
foreach ($templates as $template) {
|
foreach ($templates as $template) {
|
||||||
echo 'Adding doc generator templates ' . $template['file'] . ")\n";
|
|
||||||
|
|
||||||
$newStoredObj = (new StoredObject())
|
$newStoredObj = (new StoredObject())
|
||||||
->setFilename($template['file']['filename'])
|
->setFilename($template['file']['filename'])
|
||||||
->setKeyInfos(json_decode($template['file']['key'], true))
|
->setKeyInfos(json_decode($template['file']['key'], true))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user