mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
remove weather
This commit is contained in:
@@ -137,7 +137,10 @@ class Header extends Component
|
||||
->orderByDesc('date')
|
||||
->take(2)
|
||||
->get(),
|
||||
'projectProposals' => ProjectProposal::query()->with(['votes'])->get(),
|
||||
'projectProposals' => ProjectProposal::query()->with([
|
||||
'votes',
|
||||
'user',
|
||||
])->get(),
|
||||
'cities' => City::query()
|
||||
->select(['latitude', 'longitude'])
|
||||
->get(),
|
||||
|
||||
Reference in New Issue
Block a user