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 af4b71b commit 1b1aa17
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion src/DI/RedisDbExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
use FastyBird\Plugin\RedisDb\Publishers;
use FastyBird\Plugin\RedisDb\States;
use FastyBird\Plugin\RedisDb\Utilities;
use Nette\Bootstrap;
use Nette\DI;
use Nette\Schema;
use stdClass;
Expand All @@ -48,7 +49,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
1 change: 0 additions & 1 deletion src/Models/States/Async/StatesManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
use FastyBird\Plugin\RedisDb\Clients;
use FastyBird\Plugin\RedisDb\Exceptions;
use FastyBird\Plugin\RedisDb\States;
use FastyBird\Plugin\RedisDb\States\State as T;
use InvalidArgumentException;
use Nette;
use Nette\Utils;
Expand Down
1 change: 0 additions & 1 deletion src/Models/States/Async/StatesRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
use FastyBird\Plugin\RedisDb\Clients;
use FastyBird\Plugin\RedisDb\Exceptions;
use FastyBird\Plugin\RedisDb\States;
use FastyBird\Plugin\RedisDb\States\State as T;
use InvalidArgumentException;
use Nette;
use Psr\Log;
Expand Down
1 change: 0 additions & 1 deletion src/Models/States/StatesManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
use FastyBird\Plugin\RedisDb\Clients;
use FastyBird\Plugin\RedisDb\Exceptions;
use FastyBird\Plugin\RedisDb\States;
use FastyBird\Plugin\RedisDb\States\State as T;
use Nette;
use Nette\Utils;
use Psr\Log;
Expand Down
1 change: 0 additions & 1 deletion src/Models/States/StatesRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
use FastyBird\Plugin\RedisDb\Clients;
use FastyBird\Plugin\RedisDb\Exceptions;
use FastyBird\Plugin\RedisDb\States;
use FastyBird\Plugin\RedisDb\States\State as T;
use Nette;
use Psr\Log;
use Ramsey\Uuid;
Expand Down

0 comments on commit 1b1aa17

Please sign in to comment.