Skip to content

Commit

Permalink
Add batch rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
instancezero committed Jul 2, 2023
1 parent e76ebc9 commit b472e7b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Root/Rules/LedgerRules.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ class LedgerRules implements Hydratable
*/
public array $appAttributes = [];

/**
* @var Batch Batch rules.
*/
public Batch $batch;

/**
* @var Domain Domain properties.
*/
Expand Down Expand Up @@ -60,6 +65,7 @@ class LedgerRules implements Hydratable
public function __construct()
{
$this->account = new Account();
$this->batch = new Batch();
$this->domain = new Domain();
$this->entry = new Entry();
$this->language = new Language();
Expand Down

0 comments on commit b472e7b

Please sign in to comment.