Release 2.0.14 (#3963)
- show customer totals in single-user reports - support custom fonts in export / invoice templates - require daterange for export and invoice searches - improve help label for user locale - show decimal formats in help controller - cache tag amount per request - composer updates - improved code styles - added default label to date picker - new macros & use own macro
This commit is contained in:
@@ -16,13 +16,19 @@ namespace App\Event;
|
||||
*/
|
||||
final class ProjectDetailControllerEvent extends AbstractProjectEvent
|
||||
{
|
||||
private $controller = [];
|
||||
/**
|
||||
* @var array<string>
|
||||
*/
|
||||
private array $controller = [];
|
||||
|
||||
public function addController(string $controller): void
|
||||
{
|
||||
$this->controller[] = $controller;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return string[]
|
||||
*/
|
||||
public function getController(): array
|
||||
{
|
||||
return $this->controller;
|
||||
|
||||
Reference in New Issue
Block a user