Home
last modified time | relevance | path

Searched refs:HousekeepingService (Results 1 – 7 of 7) sorted by relevance

/webtrees/app/Http/Middleware/
H A DDoHousekeeping.php24 use Fisharebest\Webtrees\Services\HousekeepingService; alias
53 private HousekeepingService $housekeeping_service;
56 * @param HousekeepingService $housekeeping_service
58 public function __construct(HousekeepingService $housekeeping_service)
/webtrees/app/Http/RequestHandlers/
H A DControlPanel.php55 use Fisharebest\Webtrees\Services\HousekeepingService; alias
82 private HousekeepingService $housekeeping_service;
98 * @param HousekeepingService $housekeeping_service
108 HousekeepingService $housekeeping_service,
/webtrees/tests/app/Http/Middleware/
H A DDoHousekeepingTest.php23 use Fisharebest\Webtrees\Services\HousekeepingService; alias
39 $middleware = new DoHousekeeping(new HousekeepingService());
/webtrees/tests/app/Http/RequestHandlers/
H A DControlPanelControllerTest.php26 use Fisharebest\Webtrees\Services\HousekeepingService; alias
47 $housekeeping_service = new HousekeepingService();
/webtrees/tests/app/Services/
H A DHousekeepingServiceTest.php30 self::assertTrue(class_exists(HousekeepingService::class));
/webtrees/app/Services/
H A DHousekeepingService.php35 class HousekeepingService class
/webtrees/
H A Dphpstan-baseline.neon8326 …message: '#^Parameter \#2 \$path of method Fisharebest\\Webtrees\\Services\\HousekeepingService\:\…
8329 path: app/Services/HousekeepingService.php