mirror of
https://github.com/appwrite/appwrite
synced 2026-05-21 16:08:22 +00:00
Remove redis and unused imports
This commit is contained in:
parent
a2cb3c135f
commit
d46f3092e5
1 changed files with 0 additions and 8 deletions
|
|
@ -2,23 +2,15 @@
|
|||
|
||||
namespace Appwrite\Migration\Version;
|
||||
|
||||
use Appwrite\Auth\Auth;
|
||||
use Appwrite\Migration\Migration;
|
||||
use Appwrite\Query;
|
||||
use PDO;
|
||||
use Utopia\CLI\Console;
|
||||
use Utopia\Database\Database;
|
||||
use Utopia\Database\Document;
|
||||
|
||||
class V18 extends Migration
|
||||
{
|
||||
private \Redis $redis;
|
||||
|
||||
public function execute(): void
|
||||
{
|
||||
global $register;
|
||||
|
||||
$this->redis = $register->get('cache');
|
||||
|
||||
/**
|
||||
* Disable SubQueries for Performance.
|
||||
|
|
|
|||
Loading…
Reference in a new issue