Skip to content

Commit d36fe85

Browse files
author
Vítězslav Dvořák
committed
update for new ease-core
1 parent 5f3bc03 commit d36fe85

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.openapi-generator/templates/Statementor.mustache

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ class Statementor extends \Ease\Sand
2727
use \Ease\Logger\Logging;
2828
use \Ease\datescope;
2929
30-
public \DateTime $since;
31-
public \DateTime $until;
3230
public string $currency = 'CZK';
3331
3432
/**

lib/Statementor.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ class Statementor extends \Ease\Sand
2626
{
2727
use \Ease\Logger\Logging;
2828
use \Ease\datescope;
29-
public \DateTime $since;
30-
public \DateTime $until;
3129
public string $currency = 'CZK';
3230

3331
/**

0 commit comments

Comments
 (0)