Remove deprecated method.

This commit is contained in:
James Cole
2020-08-02 12:13:23 +02:00
parent e29b2066c2
commit e7e21348eb
2 changed files with 12 additions and 18 deletions

View File

@@ -41,9 +41,7 @@ use League\Fractal\Resource\Item;
*/
class AvailableBudgetController extends Controller
{
/** @var AvailableBudgetRepositoryInterface */
private $abRepository;
private AvailableBudgetRepositoryInterface $abRepository;
/**
* AvailableBudgetController constructor.