Remove unused 'props' unset operation in store and update methods across Brand, Category, Product, and Tenant controllers

This commit is contained in:
2026-06-24 11:13:18 -03:00
parent e4139d48aa
commit 696010a70e
4 changed files with 0 additions and 7 deletions

View File

@@ -36,7 +36,6 @@ class TenantController extends Controller
{
$validated = $request->validated();
$props = $validated['props'] ?? [];
unset($validated['props']);
$tenant = $tenant->updateWithProps($validated, $props);