1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00

Added request global

This commit is contained in:
Eldad Fux 2020-06-27 07:44:04 +03:00
parent 68b073c02a
commit 443e05a37e

View file

@ -1,6 +1,6 @@
<?php
global $utopia;
global $utopia, $request;
use Utopia\Config\Config;
use Appwrite\Database\Database;