mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Add deprecation notices
This commit is contained in:
@@ -25,6 +25,10 @@ use yii\db\ActiveRecord;
|
||||
* Behaviors:
|
||||
* @mixin TimestampBehavior
|
||||
* @mixin PrimaryKeyValueBehavior
|
||||
*
|
||||
* @deprecated This table is no longer used to store authorization information in Minecraft.
|
||||
* In time it will be empty (see the cleanup console command) and when it does, this model,
|
||||
* the table in the database and everything related to the old logic can be removed.
|
||||
*/
|
||||
class MinecraftAccessKey extends ActiveRecord {
|
||||
|
||||
|
Reference in New Issue
Block a user