wesmiler hace 5 años
padre
commit
b7bfaa4b3e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      app/Controller/IndexController.php

+ 1 - 0
app/Controller/IndexController.php

@@ -18,6 +18,7 @@ class IndexController extends AbstractController
     public function index()
     {
         echo __('api.test').'++';
+        echo trans('api.test');
         return ApiResource::success(1013);
     }
 }