Skip to content

Commit

Permalink
Readme: fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
janpecha committed Jun 27, 2023
1 parent 94e4390 commit 87bafdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ $breadcrumbs = $navigation->getBreadcrumbs();
use Inteve\Navigation\Navigation;
use Inteve\Navigation\MenuControl;

class NewsPresenter extends Nette\Application\UI\Form
class NewsPresenter extends Nette\Application\UI\Presenter
{
/** @var Navigation @inject */
public $navigation;
Expand Down Expand Up @@ -106,7 +106,7 @@ In Latte template:
use Inteve\Navigation\Navigation;
use Inteve\Navigation\BreadcrumbsControl;

class Presenter extends Nette\Application\UI\Form
class Presenter extends Nette\Application\UI\Presenter
{
/** @var Navigation @inject */
public $navigation;
Expand Down

0 comments on commit 87bafdb

Please sign in to comment.