Commit 23be3285 authored by Alfonso Rafael Solis Rangel's avatar Alfonso Rafael Solis Rangel
Browse files

Saltos innecesarios

parent 06cfef8c
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -575,8 +575,6 @@ public function upload(Request $request)
        $data = array_map('str_getcsv', explode("\n", $content));
        $header = array_shift($data);

        

        foreach ($data as $row) {
            if (count($header) !== count($row)) {
                continue;
@@ -610,8 +608,6 @@ public function upload(Request $request)
                'foto_perfil' => 'assets/images/profile-icon.webp'
            ];

            //dd($datosContacto);

            if(isset($existProfesion)){
                $datosContacto['profesion_id'] = $existProfesion->id;
            }