This commit is contained in:
2023-01-16 17:06:40 +08:00
parent a680e8ff5e
commit 59ffc94546

View File

@@ -20,7 +20,7 @@ class IndexController extends Controller
* @Author: 玄尘 * @Author: 玄尘
* @Date: 2023/1/11 15:37 * @Date: 2023/1/11 15:37
*/ */
public function index() public function index(): JsonResponse
{ {
$user = Api::user(); $user = Api::user();
$areas = Area::query() $areas = Area::query()