fixes issues

This commit is contained in:
2026-02-16 13:37:37 +01:00
parent f57bdd68da
commit eb43b35873
10 changed files with 30 additions and 26 deletions

View File

@@ -30,7 +30,7 @@ public function view(User $user, Category $category): bool
*/
public function create(User $user): bool
{
return false;
return true;
}
/**
@@ -38,7 +38,7 @@ public function create(User $user): bool
*/
public function update(User $user, Category $category): bool
{
return false;
return true;
}
/**