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:
+1
-1
@@ -73,7 +73,7 @@
|
||||
"phpmailer/phpmailer": "6.6.0",
|
||||
"chillerlan/php-qrcode": "4.3.3",
|
||||
"slickdeals/statsd": "3.1.0",
|
||||
"league/csv": "^9.0.0"
|
||||
"league/csv": "9.7.1"
|
||||
},
|
||||
"repositories": [
|
||||
{
|
||||
|
||||
Generated
-5492
File diff suppressed because it is too large
Load Diff
@@ -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