Nemachtilli
Results
1
issues of
Nemachtilli
Hello this is the following update method: `public function updateProfile(ProfileRequest $request, Profile $profile) { try { \DB::beginTransaction(); $profile = new Profile; $input = [ $this->profileInput(), ]; $index = 'id'; /**...