Skip to content

Commit

Permalink
Update ExtraTemplate.php
Browse files Browse the repository at this point in the history
  • Loading branch information
accgit committed May 19, 2022
1 parent 7888efa commit 60404e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Drago/Application/UI/ExtraTemplate.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
use Nette\Application\UI\Presenter;
use Nette\Bridges\ApplicationLatte\Template;
use Nette\Security\User;
use stdClass;


/**
Expand All @@ -25,4 +26,7 @@ class ExtraTemplate extends Template
public User $user;
public string $baseUrl;
public string $basePath;

/** @var stdClass[] */
public array $flashes = [];
}

0 comments on commit 60404e0

Please sign in to comment.