the_bug hace 6 meses
padre
commit
c30f889c73
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}.",
         ];
 
-        // test
+        // test123
     }
 }