Skip to content

Commit

Permalink
fix(fix): version
Browse files Browse the repository at this point in the history
  • Loading branch information
thepercival committed Feb 18, 2024
1 parent f809849 commit 8a659e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions domain/Queue/BestPlanningCreatedInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
namespace SportsScheduler\Queue;

use SportsPlanning\Input\Configuration;
use SportsPlanning\Planning;

interface BestPlanningCreatedInterface
{
public function bestPlanningCreated(Planning $bestPlanning): void;
public function bestPlanningCreated(Configuration $inputConfiguration): void;
}

0 comments on commit 8a659e8

Please sign in to comment.