This commit is contained in:
James Cole
2020-10-01 10:50:34 +02:00
parent df8c6abd5c
commit 3ce949f0aa
2 changed files with 5 additions and 7 deletions

View File

@@ -43,9 +43,7 @@ use League\Fractal\Resource\Item;
*/
class PiggyBankController extends Controller
{
/** @var PiggyBankRepositoryInterface The piggy bank repository */
private $repository;
private PiggyBankRepositoryInterface $repository;
/**
* PiggyBankController constructor.