diff --git a/application/bg/components.texy b/application/bg/components.texy index 0a8293d052..e5ccab94e7 100644 --- a/application/bg/components.texy +++ b/application/bg/components.texy @@ -347,7 +347,7 @@ services: Накрая ще използваме тази фабрика в нашия презентатор: ```php -class PollPresenter extends Nette\UI\Application\Presenter +class PollPresenter extends Nette\Application\UI\Presenter { public function __construct( private PollControlFactory $pollControlFactory, diff --git a/application/cs/components.texy b/application/cs/components.texy index 649c1a6b0d..d60ee2b7fd 100644 --- a/application/cs/components.texy +++ b/application/cs/components.texy @@ -347,7 +347,7 @@ services: a nakonec ji použijeme v našem presenteru: ```php -class PollPresenter extends Nette\UI\Application\Presenter +class PollPresenter extends Nette\Application\UI\Presenter { public function __construct( private PollControlFactory $pollControlFactory, diff --git a/application/de/components.texy b/application/de/components.texy index e5371761ea..a335f73618 100644 --- a/application/de/components.texy +++ b/application/de/components.texy @@ -347,7 +347,7 @@ services: Schließlich werden wir diese Fabrik in unserem Präsentator verwenden: ```php -class PollPresenter extends Nette\UI\Application\Presenter +class PollPresenter extends Nette\Application\UI\Presenter { public function __construct( private PollControlFactory $pollControlFactory, diff --git a/application/el/components.texy b/application/el/components.texy index 8df1c185b6..ed46dc4e74 100644 --- a/application/el/components.texy +++ b/application/el/components.texy @@ -347,7 +347,7 @@ services: Τέλος, θα χρησιμοποιήσουμε αυτό το εργοστάσιο στον παρουσιαστή μας: ```php -class PollPresenter extends Nette\UI\Application\Presenter +class PollPresenter extends Nette\Application\UI\Presenter { public function __construct( private PollControlFactory $pollControlFactory, diff --git a/application/en/components.texy b/application/en/components.texy index eb131f7990..42b40aaacb 100644 --- a/application/en/components.texy +++ b/application/en/components.texy @@ -347,7 +347,7 @@ services: Finally, we will use this factory in our presenter: ```php -class PollPresenter extends Nette\UI\Application\Presenter +class PollPresenter extends Nette\Application\UI\Presenter { public function __construct( private PollControlFactory $pollControlFactory, diff --git a/application/es/components.texy b/application/es/components.texy index 837084cc94..0482a246a3 100644 --- a/application/es/components.texy +++ b/application/es/components.texy @@ -347,7 +347,7 @@ services: Por último, vamos a utilizar esta fábrica en nuestro presentador: ```php -class PollPresenter extends Nette\UI\Application\Presenter +class PollPresenter extends Nette\Application\UI\Presenter { public function __construct( private PollControlFactory $pollControlFactory, diff --git a/application/fr/components.texy b/application/fr/components.texy index b35c16a737..0b261bac97 100644 --- a/application/fr/components.texy +++ b/application/fr/components.texy @@ -347,7 +347,7 @@ services: Enfin, nous allons utiliser cette fabrique dans notre présentateur : ```php -class PollPresenter extends Nette\UI\Application\Presenter +class PollPresenter extends Nette\Application\UI\Presenter { public function __construct( private PollControlFactory $pollControlFactory, diff --git a/application/hu/components.texy b/application/hu/components.texy index d418cd212a..96d0ee1e96 100644 --- a/application/hu/components.texy +++ b/application/hu/components.texy @@ -347,7 +347,7 @@ services: Végül ezt a gyárat fogjuk használni a prezenterünkben: ```php -class PollPresenter extends Nette\UI\Application\Presenter +class PollPresenter extends Nette\Application\UI\Presenter { public function __construct( private PollControlFactory $pollControlFactory, diff --git a/application/it/components.texy b/application/it/components.texy index 5bd93e7940..c623b0b7cd 100644 --- a/application/it/components.texy +++ b/application/it/components.texy @@ -347,7 +347,7 @@ services: Infine, utilizzeremo questo factory nel nostro presenter: ```php -class PollPresenter extends Nette\UI\Application\Presenter +class PollPresenter extends Nette\Application\UI\Presenter { public function __construct( private PollControlFactory $pollControlFactory, diff --git a/application/pl/components.texy b/application/pl/components.texy index 1ae99ccb3e..740e5f919e 100644 --- a/application/pl/components.texy +++ b/application/pl/components.texy @@ -347,7 +347,7 @@ services: i w końcu użyć go w naszym prezenterze: ```php -class PollPresenter extends Nette\UI\Application\Presenter +class PollPresenter extends Nette\Application\UI\Presenter { public function __construct( private PollControlFactory $pollControlFactory, diff --git a/application/pt/components.texy b/application/pt/components.texy index 33a0a01398..9cfe7557f5 100644 --- a/application/pt/components.texy +++ b/application/pt/components.texy @@ -347,7 +347,7 @@ services: Finalmente, utilizaremos esta fábrica em nosso apresentador: ```php -class PollPresenter extends Nette\UI\Application\Presenter +class PollPresenter extends Nette\Application\UI\Presenter { public function __construct( private PollControlFactory $pollControlFactory, diff --git a/application/ro/components.texy b/application/ro/components.texy index 90d2c70502..d988ba261f 100644 --- a/application/ro/components.texy +++ b/application/ro/components.texy @@ -347,7 +347,7 @@ services: În cele din urmă, vom utiliza această fabrică în prezentatorul nostru: ```php -class PollPresenter extends Nette\UI\Application\Presenter +class PollPresenter extends Nette\Application\UI\Presenter { public function __construct( private PollControlFactory $pollControlFactory, diff --git a/application/ru/components.texy b/application/ru/components.texy index 7d3e1e2133..9c9fa01111 100644 --- a/application/ru/components.texy +++ b/application/ru/components.texy @@ -347,7 +347,7 @@ services: Наконец, мы будем использовать эту фабрику в нашем презентере: ```php -class PollPresenter extends Nette\UI\Application\Presenter +class PollPresenter extends Nette\Application\UI\Presenter { public function __construct( private PollControlFactory $pollControlFactory, diff --git a/application/sl/components.texy b/application/sl/components.texy index 6b1ee7044b..dd8ce1e37d 100644 --- a/application/sl/components.texy +++ b/application/sl/components.texy @@ -347,7 +347,7 @@ services: Na koncu bomo to tovarno uporabili v našem predstavitvenem programu: ```php -class PollPresenter extends Nette\UI\Application\Presenter +class PollPresenter extends Nette\Application\UI\Presenter { public function __construct( private PollControlFactory $pollControlFactory, diff --git a/application/tr/components.texy b/application/tr/components.texy index e2c61f23ec..5e1c447262 100644 --- a/application/tr/components.texy +++ b/application/tr/components.texy @@ -347,7 +347,7 @@ services: Son olarak, bu fabrikayı sunucumuzda kullanacağız: ```php -class PollPresenter extends Nette\UI\Application\Presenter +class PollPresenter extends Nette\Application\UI\Presenter { public function __construct( private PollControlFactory $pollControlFactory, diff --git a/application/uk/components.texy b/application/uk/components.texy index 9b1e067d5d..37b1d65983 100644 --- a/application/uk/components.texy +++ b/application/uk/components.texy @@ -347,7 +347,7 @@ services: Нарешті, ми будемо використовувати цю фабрику в нашому презентері: ```php -class PollPresenter extends Nette\UI\Application\Presenter +class PollPresenter extends Nette\Application\UI\Presenter { public function __construct( private PollControlFactory $pollControlFactory,