the_bug 4 mesi fa
parent
commit
e2374e0f8c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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
     }
 }