Create events for transaction links.

This commit is contained in:
James Cole
2020-11-08 14:27:03 +01:00
parent 52ce873aac
commit 6b79f1abdb
5 changed files with 153 additions and 4 deletions

View File

@@ -40,10 +40,8 @@ use URL;
*/
class LinkController extends Controller
{
/** @var JournalRepositoryInterface Journals and transactions overview */
private $journalRepository;
/** @var LinkTypeRepositoryInterface Link repository. */
private $repository;
private JournalRepositoryInterface $journalRepository;
private LinkTypeRepositoryInterface $repository;
/**
* LinkController constructor.