Skip to content

Commit

Permalink
Update default version
Browse files Browse the repository at this point in the history
  • Loading branch information
Lévai Norbert committed Feb 29, 2024
1 parent fdfadcd commit bf276da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Livewire/HomeComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function mount()
}
*/
//default id
$id = 47;
$id = 48;

return redirect(route('search',['id'=>$id, 'from_date'=>$fromdate, 'to_date'=>$todate]));
}
Expand Down

0 comments on commit bf276da

Please sign in to comment.