|
@@ -17,9 +17,7 @@ class ScanController extends ActionController
|
|
|
public function __construct(
|
|
public function __construct(
|
|
|
private readonly SiteController $siteController,
|
|
private readonly SiteController $siteController,
|
|
|
private readonly OrganizationRepository $organizationRepository
|
|
private readonly OrganizationRepository $organizationRepository
|
|
|
- ) {
|
|
|
|
|
- parent::__construct();
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ ) {}
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* Perform a full scan of the Typo3 DB, and confront it to the
|
|
* Perform a full scan of the Typo3 DB, and confront it to the
|