Update files for 6.0.0-alpha.1

This commit is contained in:
James Cole
2023-01-15 15:47:25 +01:00
parent e135d01655
commit 973c175213
508 changed files with 2186 additions and 1904 deletions

View File

@@ -32,7 +32,7 @@ use Illuminate\Database\Eloquent\Relations\HasMany;
*/
trait CollectorProperties
{
const TEST = 'Test';
public const TEST = 'Test';
private array $fields;
private bool $hasAccountInfo;
private bool $hasBillInformation;