1
0
Fork 0
mirror of synced 2024-09-21 20:11:15 +12:00

Fixed missing System namespace

This commit is contained in:
Eldad Fux 2024-04-02 08:13:28 +02:00
parent 378bb5fda3
commit a1db69b7e7

View file

@ -41,6 +41,7 @@ use Utopia\Http\Validator\Assoc;
use Utopia\Http\Validator\Host;
use Utopia\Http\Validator\Text;
use Utopia\Locale\Locale;
use Utopia\System\System;
Http::post('/v1/teams')
->desc('Create team')