the_bug 2 months ago
parent
commit
afa9254611
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/Controller/IndexController.php

+ 1 - 0
app/Controller/IndexController.php

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