use Redis in modules is not needed

This commit is contained in:
2024-04-04 16:06:40 -07:00
parent 6b473bf12e
commit d9d9029238
5 changed files with 0 additions and 11 deletions

View File

@ -1,5 +1,4 @@
<?php <?php
/** /**
* Class SteamApp * Class SteamApp
* *

View File

@ -1,5 +1,4 @@
<?php <?php
/** /**
* Class SteamGroup * Class SteamGroup
* *

View File

@ -1,7 +1,4 @@
<?php <?php
use Redis;
/** /**
* Class SteamServer * Class SteamServer
* *

View File

@ -1,7 +1,4 @@
<?php <?php
use Redis;
/** /**
* Class SteamUser * Class SteamUser
* *

View File

@ -1,7 +1,4 @@
<?php <?php
use Redis;
/** /**
* Class SteamWorkshop * Class SteamWorkshop
* *