Passed
Push — main ( 1b3827...987cb0 )
by De Cramer
03:06
created
Controller/Admin/EtlExecutionCrudController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
                 Field::new('startTime'),
65 65
                 Field::new('endTime'),
66 66
                 Field::new('failTime'),
67
-                TextField::new('Files')->formatValue(function ($value, EtlExecution $entity) {
67
+                TextField::new('Files')->formatValue(function($value, EtlExecution $entity) {
68 68
                     // TODO create url's.
69 69
                     return $this->chainWorkDirManager->listFiles($entity);
70 70
                 })->setTemplatePath('@Oliverde8PhpEtl/fields/files.html.twig'),
Please login to merge, or discard this patch.