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:
parent
eb31701076
commit
36194efbd8
@ -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']));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user