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

+ 1 - 0
app/Controller/IndexController.php

@@ -10,6 +10,7 @@ declare(strict_types=1);
  * @license  https://github.com/hyperf/hyperf/blob/master/LICENSE
  */
 
+
 namespace App\Controller;
 
 class IndexController extends AbstractController