6
0
Fork 0

VipService

base
panliang 2026-05-29 21:16:16 +08:00
parent 67b82ea846
commit ca8983957a
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ class VipController extends Controller
return $result;
} catch (\Exception $e) {
DB::rollBack();
throw new $e;
throw $e;
}
}