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 Apr 19, 2024
1 parent ff0661c commit 5e2804d
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 = 49;
$id = 50;

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

0 comments on commit 5e2804d

Please sign in to comment.