Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2023-03-24 06:00:31 +00:00
committed by RafficMohammed
parent 0975cc5dd9
commit b3b057e0cc
33 changed files with 172 additions and 184 deletions

View File

@@ -184,7 +184,6 @@ class CategoryController extends Controller
*/
public function update($id, CategoryRequest $request)
{
/* Edit the selected category via id */
$category = Category::where('id', $id)->first();
$sl = $request->input('name');