[ 'factories' => [ Options\AppOptions::class => Options\AppOptionsFactory::class, // Services Service\UrlShortener::class => AnnotatedFactory::class, Service\VisitsTracker::class => AnnotatedFactory::class, Service\ShortUrlService::class => AnnotatedFactory::class, Service\VisitService::class => AnnotatedFactory::class, // Middleware Action\RedirectAction::class => AnnotatedFactory::class, Action\QrCodeAction::class => AnnotatedFactory::class, Action\PreviewAction::class => AnnotatedFactory::class, Middleware\QrCodeCacheMiddleware::class => AnnotatedFactory::class, ], ], ];