mirror of
https://github.com/slawkens/myaac.git
synced 2026-03-16 07:53:32 +01:00
Backward support for MyAAC\Items class
This commit is contained in:
14
system/src/Items.php
Normal file
14
system/src/Items.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
/**
|
||||
* @deprecated
|
||||
* This class is deprecated and will be removed in future versions. Please use the appropriate MyAAC\Server\Items class instead.
|
||||
*/
|
||||
namespace MyAAC;
|
||||
|
||||
class Items extends Server\Items
|
||||
{
|
||||
public static function load(): bool {
|
||||
parent::init();
|
||||
return true;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user