feat: Ajustes

This commit is contained in:
LukiBeg 2025-12-10 18:02:37 -03:00
parent 79292f7b8f
commit 38ea1f7385
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@ public function edit(ClientService $clientService)
$this->authorize('editClient', Auth::user());
$data = $this->clientForm->validate();
if ($this->clientForm->profile_image_path) {
$path = $this->clientForm->profile_image_path->store('client_logos', 'public');
$data['profile_image_path'] = $path;