Избавление от phpdotenv, переработка сборщика
This commit is contained in:
@@ -30,7 +30,9 @@ trait Singleton
|
||||
*/
|
||||
public static function init(): self
|
||||
{
|
||||
if (self::$instance === null) self::$instance = new self;
|
||||
if (self::$instance === null) {
|
||||
self::$instance = new self;
|
||||
}
|
||||
return self::$instance;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user