mirror of
https://github.com/slawkens/myaac.git
synced 2026-03-16 16:03:31 +01: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