1
0
Fork 0
mirror of synced 2024-10-02 10:16:27 +13:00

remove base action

This commit is contained in:
Damodar Lohani 2022-11-14 10:09:39 +00:00
parent ae0b9e78aa
commit cb9bfb2b54
2 changed files with 2 additions and 18 deletions

View file

@ -1,15 +0,0 @@
<?php
namespace Appwrite\Platform;
use Utopia\Platform\Action;
use Exception;
use Utopia\App;
use Utopia\CLI\Console;
use Utopia\Registry\Registry;
use Utopia\Logger\Log;
use Throwable;
abstract class Task extends Action
{
}

View file

@ -2,7 +2,6 @@
namespace Appwrite\Platform\Tasks;
use Appwrite\Platform\Task;
use Appwrite\Usage\Calculators\Aggregator;
use Appwrite\Usage\Calculators\Database;
use Appwrite\Usage\Calculators\TimeSeries;
@ -12,9 +11,9 @@ use Utopia\CLI\Console;
use Utopia\Database\Database as UtopiaDatabase;
use Utopia\Validator\WhiteList;
use Throwable;
use Utopia\Registry\Registry;
use Utopia\Platform\Action;
class Usage extends Task
class Usage extends Action
{
public static function getName(): string
{