[CORE][Modules][Plugin] version should be static
This commit is contained in:
@@ -59,7 +59,7 @@ class OAuth2 extends Plugin
|
||||
public const OAUTH_AUTHORIZE_REL = 'http://apinamespace.org/oauth/authorize';
|
||||
public static ?AuthorizationServer $authorization_server = null;
|
||||
|
||||
public function version(): string
|
||||
public static function version(): string
|
||||
{
|
||||
return '3.0.0';
|
||||
}
|
||||
|
Reference in New Issue
Block a user