use Redis in modules is not needed

This commit is contained in:
Sophia Atkinson 2024-04-04 16:06:40 -07:00
parent 6b473bf12e
commit d9d9029238
Signed by: Sophia
GPG Key ID: 73928E5CCCD28BE1
5 changed files with 0 additions and 11 deletions

View File

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

View File

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

View File

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

View File

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

View File

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