1
0
Fork 0
mirror of synced 2024-09-29 08:51:28 +13: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 <?php
global $utopia; global $utopia, $request;
use Utopia\Config\Config; use Utopia\Config\Config;
use Appwrite\Database\Database; use Appwrite\Database\Database;