Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Jan 8, 2024
1 parent 4aa92a1 commit 79f2954
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/Unit/Factory/OrmFactory/BaseOrmFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ function (string $id) {
protected function makeFactory(array $collectionsConfig = []): \Cycle\ORM\FactoryInterface
{
return (new OrmFactory($collectionsConfig))(
$this->container->get(\Cycle\Database\DatabaseManager::class),
$this->container->get(\Spiral\Core\FactoryInterface::class),
$this->container->get(\Yiisoft\Injector\Injector::class),
$this->container->get(DatabaseManager::class),
$this->container->get(FactoryInterface::class),
$this->container->get(Injector::class),
);
}
}

0 comments on commit 79f2954

Please sign in to comment.