Skip to content

Commit

Permalink
Revert "IMissingAutocomputedCategoryControlFactory can now take educa…
Browse files Browse the repository at this point in the history
…tion ID as a parameter"

This reverts commit 61b27e4.
  • Loading branch information
marekdedic committed Sep 23, 2023
1 parent 8355cb4 commit f51dce1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@

use App\AccountancyModule\EventModule\Components\MissingAutocomputedCategoryControl;
use Model\Event\SkautisCampId;
use Model\Event\SkautisEducationId;

interface IMissingAutocomputedCategoryControlFactory
{
public function create(SkautisCampId|SkautisEducationId $id): MissingAutocomputedCategoryControl;
public function create(SkautisCampId $campId): MissingAutocomputedCategoryControl;
}

0 comments on commit f51dce1

Please sign in to comment.