VipService
parent
67b82ea846
commit
ca8983957a
|
|
@ -34,7 +34,7 @@ class VipController extends Controller
|
|||
return $result;
|
||||
} catch (\Exception $e) {
|
||||
DB::rollBack();
|
||||
throw new $e;
|
||||
throw $e;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue