This commit is contained in:
James Cole
2020-08-26 18:06:14 +02:00
parent 4e05ce4c35
commit 2f2a02834b
2 changed files with 4 additions and 7 deletions

View File

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