mirror of
				https://github.com/v2board/v2board.git
				synced 2025-11-01 01:41:47 +08:00 
			
		
		
		
	update: language more
This commit is contained in:
		| @@ -14,7 +14,7 @@ class PlanController extends Controller | ||||
|             $plan = Plan::where('id', $request->input('id')) | ||||
|                 ->first(); | ||||
|             if (!$plan) { | ||||
|                 abort(500, __('user.plan.fetch.plan_not_exist')); | ||||
|                 abort(500, __('Subscription plan does not exist')); | ||||
|             } | ||||
|             return response([ | ||||
|                 'data' => $plan | ||||
|   | ||||
		Reference in New Issue
	
	Block a user