wesmiler 5 lat temu
rodzic
commit
127cfe90a5
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/Controller/IndexController.php

+ 1 - 1
app/Controller/IndexController.php

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