Resource::withoutWrapping(); is not working · Issue #30753 · laravel/framework

I added (Resource::withoutWrapping();) to AppServiceProvider but data key still persist for all the responses. ProfileController : public function show($id) { $user_detail = User_profile::with('use...