Skip to content

Commit

Permalink
Added documents into UI module (#282)
Browse files Browse the repository at this point in the history
actions-user committed Aug 7, 2024
1 parent 78313f9 commit af47e53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/DI/WsServerExtension.php
Original file line number Diff line number Diff line change
@@ -23,6 +23,7 @@
use FastyBird\Plugin\WsServer\Subscribers;
use IPub\WebSockets;
use Nette;
use Nette\Bootstrap;
use Nette\DI;
use Nette\PhpGenerator;
use Nette\Schema;
@@ -51,7 +52,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());

0 comments on commit af47e53

Please sign in to comment.