|
...
|
...
|
@@ -2,7 +2,6 @@ |
|
|
|
|
|
|
|
namespace Lackoxygen\TiktokShop\Supervisor\Session;
|
|
|
|
|
|
|
|
use Illuminate\Cache\CacheManager;
|
|
|
|
use Lackoxygen\TiktokShop\Contracts\SessionInterface;
|
|
|
|
use Lackoxygen\TiktokShop\Util\Json;
|
|
|
|
|
|
...
|
...
|
@@ -10,8 +9,6 @@ class SessionHeart |
|
|
|
{
|
|
|
|
protected static ?SessionHeart $sessionHeart = null;
|
|
|
|
|
|
|
|
protected CacheManager $cacheManager;
|
|
|
|
|
|
|
|
public function __construct()
|
|
|
|
{
|
|
|
|
SessionMemory::init();
|
...
|
...
|
|