the_bug 2 mesi fa
parent
commit
fa1f88c9bb
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      app/Controller/IndexController.php

+ 1 - 0
app/Controller/IndexController.php

@@ -25,5 +25,6 @@ class IndexController extends AbstractController
             'method' => $method,
             'message' => "Hello {$user}.",
         ];
+        // master
     }
 }