Update category code for #4015

This commit is contained in:
James Cole
2020-11-07 14:25:43 +01:00
parent 60a3cc1f72
commit 5d872bead7
3 changed files with 12 additions and 6 deletions

View File

@@ -47,9 +47,7 @@ use League\Fractal\Resource\Item;
class CategoryController extends Controller
{
use TransactionFilter;
/** @var CategoryRepositoryInterface The category repository */
private $repository;
private CategoryRepositoryInterface $repository;
/**