James Cole
2023-01-01 13:55:14 +01:00
parent 8bbe519350
commit c60120ac20
2 changed files with 13 additions and 4 deletions

View File

@@ -40,10 +40,8 @@ use Illuminate\View\View;
*/
class EditController extends Controller
{
/** @var AttachmentHelperInterface Helper for attachments. */
private $attachments;
/** @var BudgetRepositoryInterface The budget repository */
private $repository;
private AttachmentHelperInterface $attachments;
private BudgetRepositoryInterface $repository;
/**
* EditController constructor.