Skip to content

Commit

Permalink
moved sfh deal constant
Browse files Browse the repository at this point in the history
  • Loading branch information
Lung committed Jul 3, 2024
1 parent d5241c3 commit 5966573
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/Event/EventType/EventType.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@

abstract class EventType
{
public const string SLUG_SFH = 'sfh';

public function transformPayment(Payment $payment, Participant $participant): Payment
{
$payment->price = (string)$this->getPrice($participant);
Expand Down
1 change: 0 additions & 1 deletion src/Event/EventType/Obrok/EventTypeObrok.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

class EventTypeObrok extends EventType
{
public const string SLUG_SFH = 'sfh';
public const string SLUG_PROGRAMME = 'programme';
public const string SLUG_BUS = 'bus';

Expand Down

0 comments on commit 5966573

Please sign in to comment.