asdasd
This commit is contained in:
15
custom/apps/mining-checker/src/Legacy/UserScope.php
Normal file
15
custom/apps/mining-checker/src/Legacy/UserScope.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Modules\MiningChecker\Legacy;
|
||||
|
||||
use ModulesCore\ModuleHttp;
|
||||
|
||||
final class UserScope
|
||||
{
|
||||
public static function current(): string
|
||||
{
|
||||
return ModuleHttp::currentUserScope();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user