File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8080 TractorMassPayloadUtilInterface::class => autowire (TractorMassPayloadUtil::class),
8181 ShipSystemDataFactoryInterface::class => autowire (ShipSystemDataFactory::class),
8282 SystemDataDeserializerInterface::class => autowire (SystemDataDeserializer::class),
83- SpacecraftSystemManagerInterface::class => create (SpacecraftSystemManager::class)->constructor (
83+ SpacecraftSystemManagerInterface::class => autowire (SpacecraftSystemManager::class)->constructor (
8484 [
8585 SpacecraftSystemTypeEnum::HULL ->value => autowire (HullShipSystem::class),
8686 SpacecraftSystemTypeEnum::CLOAK ->value => autowire (CloakShipSystem::class),
Original file line number Diff line number Diff line change 2121use Stu \Orm \Repository \CrewTrainingRepositoryInterface ;
2222use Ubench ;
2323
24- final class ColonyTickManager extends AbstractTickManager implements ColonyTickManagerInterface
24+ class ColonyTickManager extends AbstractTickManager implements ColonyTickManagerInterface
2525{
2626 public function __construct (
2727 private ColonyTickInterface $ colonyTick ,
Original file line number Diff line number Diff line change 1414use Stu \Module \Logging \PirateLoggerInterface ;
1515use Stu \Module \Spacecraft \Lib \SpacecraftWrapperFactoryInterface ;
1616
17- final class PirateTick implements PirateTickInterface
17+ class PirateTick implements PirateTickInterface
1818{
1919 private PirateLoggerInterface $ logger ;
2020
Original file line number Diff line number Diff line change 7575 autowire (ProceedMigration::class)
7676 ]
7777 ),
78- ColonyTickManagerInterface::class => autowire (ColonyTickManager::class),
78+ ColonyTickManagerInterface::class => autowire (ColonyTickManager::class)-> lazy () ,
7979 StationConstructionHandler::class => autowire (StationConstructionHandler::class),
8080 StationPassiveRepairHandler::class => autowire (StationPassiveRepairHandler::class),
8181 SpacecraftTickInterface::class => autowire (SpacecraftTick::class)
135135 get (ProcessTickHandlerInterface::class)
136136 ),
137137 SpacecraftTickRunner::class => autowire (),
138- PirateTickInterface::class => autowire (PirateTick::class)->constructorParameter (
138+ PirateTickInterface::class => autowire (PirateTick::class)->lazy ()-> constructorParameter (
139139 'behaviours ' ,
140140 get (PirateBehaviourInterface::class)
141141 ),
You can’t perform that action at this time.
0 commit comments