Skip to content

Commit

Permalink
Added documents into UI module (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 7, 2024
1 parent 5b28966 commit a52d96c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/DI/TriggersExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
use FastyBird\Module\Triggers\Schemas;
use FastyBird\Module\Triggers\Subscribers;
use IPub\SlimRouter\Routing as SlimRouterRouting;
use Nette;
use Nette\Bootstrap;
use Nette\DI;
use Nette\Schema;
use Nettrine\ORM as NettrineORM;
Expand Down Expand Up @@ -60,7 +60,7 @@ public static function register(
): void
{
$config->onCompile[] = static function (
ApplicationBoot\Configurator $config,
Bootstrap\Configurator $config,
DI\Compiler $compiler,
) use ($extensionName): void {
$compiler->addExtension($extensionName, new self());
Expand Down Expand Up @@ -193,7 +193,7 @@ public function loadConfiguration(): void
}

/**
* @throws Nette\DI\MissingServiceException
* @throws DI\MissingServiceException
*/
public function beforeCompile(): void
{
Expand Down

0 comments on commit a52d96c

Please sign in to comment.