the_bug hace 4 meses
padre
commit
e2374e0f8c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Controller/IndexController.php

+ 1 - 1
app/Controller/IndexController.php

@@ -24,6 +24,6 @@ class IndexController extends AbstractController
             'message' => "Hello {$user}.",
         ];
 
-        // test123
+        // test111
     }
 }