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