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 63f552f commit c43b874
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/DI/TuyaExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
use FastyBird\Library\Metadata;
use FastyBird\Library\Metadata\Documents as MetadataDocuments;
use FastyBird\Module\Devices\DI as DevicesDI;
use Nette\Bootstrap;
use Nette\DI;
use Nettrine\ORM as NettrineORM;
use function array_keys;
Expand All @@ -60,7 +61,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

0 comments on commit c43b874

Please sign in to comment.