Merge branch 'next-minor' into next-major

This commit is contained in:
Dylan K. Taylor
2022-08-21 19:19:07 +01:00
30 changed files with 350 additions and 125 deletions

View File

@@ -28,7 +28,7 @@ trait SingletonTrait{
private static $instance = null;
private static function make() : self{
return new self;
return new self();
}
public static function getInstance() : self{