Auto commit for release 'develop' on 2024-01-28

This commit is contained in:
github-actions
2024-01-28 13:48:09 +00:00
parent 1da19cde6f
commit 1f774e0d71
34 changed files with 265 additions and 263 deletions

View File

@@ -46,7 +46,7 @@ class CategoryController extends Controller
$this->middleware(
function ($request, $next) {
/** @var User $user */
$user = auth()->user();
$user = auth()->user();
$this->repository = app(CategoryRepositoryInterface::class);
$this->repository->setUser($user);