mirror of
https://github.com/slawkens/myaac.git
synced 2026-05-01 14:53:32 +02:00
Copilot fixes
This commit is contained in:
@@ -4,8 +4,8 @@ namespace MyAAC\Server\XML;
|
||||
|
||||
class Vocations
|
||||
{
|
||||
private array $vocations;
|
||||
private array $vocationsFrom;
|
||||
private array $vocations = [];
|
||||
private array $vocationsFrom = [];
|
||||
|
||||
public function load(): void
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user