mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
downgraded csv writer ver
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
namespace Appwrite\Platform\Tasks;
|
||||
|
||||
use Exception;
|
||||
use League\Csv\Reader;
|
||||
use Utopia\App;
|
||||
use Utopia\Platform\Action;
|
||||
use Utopia\Cache\Cache;
|
||||
@@ -26,7 +27,6 @@ class UsersCalc extends Action
|
||||
protected string $path;
|
||||
protected string $date;
|
||||
|
||||
|
||||
public static function getName(): string
|
||||
{
|
||||
return 'users-calc';
|
||||
|
||||
Reference in New Issue
Block a user