1
0
mirror of https://github.com/cp6/my-idlers.git synced 2024-11-16 15:33:44 +01:00

Updated Shared for data index

Updated Shared for data index
This commit is contained in:
cp6 2022-07-19 15:55:37 +10:00
parent eb31701076
commit 36194efbd8

View File

@ -97,7 +97,7 @@ class SharedController extends Controller
public function edit(Shared $shared)
{
$shared = Shared::sharedHosting($shared->id);
$shared = Shared::sharedHosting($shared->id)[0];
return view('shared.edit', compact(['shared']));
}