refactoring on Articles, minor fixes
This commit is contained in:
@@ -28,7 +28,7 @@ class ContentController extends Controller
|
||||
public function edit($id)
|
||||
{
|
||||
$data = [
|
||||
'homepage' => Contents::get($id),
|
||||
'content' => Contents::get($id),
|
||||
];
|
||||
|
||||
return view('Admin.Shop.Contents.edit', $data);
|
||||
|
||||
Reference in New Issue
Block a user