mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-24 22:48:18 +00:00
12 lines
125 B
PHP
12 lines
125 B
PHP
<?php
|
|
|
|
|
|
namespace Tests\Objects;
|
|
|
|
|
|
class IgnorableField
|
|
{
|
|
public string $fieldTitle;
|
|
public string $fieldPosition;
|
|
|
|
} |