mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-12 03:13:45 +02:00
Singularize model names.
This commit is contained in:
@@ -49,7 +49,7 @@ class PackController extends Controller
|
||||
public function listByOption(Request $request, $id)
|
||||
{
|
||||
return view('admin.services.packs.byoption', [
|
||||
'option' => Models\ServiceOptions::with('service', 'packs')->findOrFail($id),
|
||||
'option' => Models\ServiceOption::with('service', 'packs')->findOrFail($id),
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user