Add missing API endpoints.

This commit is contained in:
James Cole
2020-07-31 06:19:48 +02:00
parent 93856a3c57
commit eabda85b1e
8 changed files with 64 additions and 27 deletions

View File

@@ -43,9 +43,7 @@ use League\Fractal\Resource\Item;
*/
class UserController extends Controller
{
/** @var UserRepositoryInterface The user repository */
private $repository;
private UserRepositoryInterface $repository;
/**
* UserController constructor.