feat: Ajustes
This commit is contained in:
parent
79292f7b8f
commit
38ea1f7385
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue