Skip to content

Commit

Permalink
fix FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Oct 4, 2023
1 parent 6955915 commit f400d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Livewire/Faq.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function render(): View
->twitter();

return view(app('skyTheme') . '.addons.faq')
->with('faqs', config('zeus-sky.models.faq')::get())
->with('faqs', config('zeus-sky.models.Faq')::get())
->layout(config('zeus.layout'));
}
}

0 comments on commit f400d10

Please sign in to comment.