Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
accgit committed Aug 30, 2024
1 parent 9fc2c0f commit 054288b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/UI/Install/InstallPresenter.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
use Drago\Application\UI\Alert;
use Drago\Localization\Translator;
use Drago\Localization\TranslatorAdapter;
use Nette\Application\Attributes\Requires;
use Nette\Application\UI\Form;
use Nette\Application\UI\Presenter;
use Throwable;
Expand Down Expand Up @@ -55,7 +54,6 @@ public function getTranslator(): Translator
}


#[Requires(ajax: true)]
public function renderDefault(): void
{
$this->redrawControl('install');
Expand Down

0 comments on commit 054288b

Please sign in to comment.