Skip to content

Commit

Permalink
[OBOL] Add isLive
Browse files Browse the repository at this point in the history
  • Loading branch information
that-guy-iain committed Oct 16, 2024
1 parent 1684ccf commit 77a41d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Dummy/Provider/Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,9 @@ public function vouchers(): VoucherServiceInterface
{
// TODO: Implement vouchers() method.
}

public function isLive(): bool
{
return true;
}
}

0 comments on commit 77a41d4

Please sign in to comment.