mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-19 17:48:36 +00:00
Updated Shared for data index
Updated Shared for data index
This commit is contained in:
parent
eb31701076
commit
36194efbd8
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ class SharedController extends Controller
|
||||||
|
|
||||||
public function edit(Shared $shared)
|
public function edit(Shared $shared)
|
||||||
{
|
{
|
||||||
$shared = Shared::sharedHosting($shared->id);
|
$shared = Shared::sharedHosting($shared->id)[0];
|
||||||
return view('shared.edit', compact(['shared']));
|
return view('shared.edit', compact(['shared']));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue