Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix compatibility with nette/application 3.2.3
nette/application@850ab85 moved link generation to a new LinkGenerator class that must be instantiated or creating links will fail: Unable to create link to other presenter, service PresenterFactory or Router has not been set. In order for LinkGenerator to be instantiated, we need to pass a IPresenterFactory when instantiating a Presenter. Let’s make our PresenterFactory trivially implement the interface so that it can be used.
- Loading branch information