mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
remove base action
This commit is contained in:
parent
ae0b9e78aa
commit
cb9bfb2b54
2 changed files with 2 additions and 18 deletions
|
|
@ -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
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
namespace Appwrite\Platform\Tasks;
|
namespace Appwrite\Platform\Tasks;
|
||||||
|
|
||||||
use Appwrite\Platform\Task;
|
|
||||||
use Appwrite\Usage\Calculators\Aggregator;
|
use Appwrite\Usage\Calculators\Aggregator;
|
||||||
use Appwrite\Usage\Calculators\Database;
|
use Appwrite\Usage\Calculators\Database;
|
||||||
use Appwrite\Usage\Calculators\TimeSeries;
|
use Appwrite\Usage\Calculators\TimeSeries;
|
||||||
|
|
@ -12,9 +11,9 @@ use Utopia\CLI\Console;
|
||||||
use Utopia\Database\Database as UtopiaDatabase;
|
use Utopia\Database\Database as UtopiaDatabase;
|
||||||
use Utopia\Validator\WhiteList;
|
use Utopia\Validator\WhiteList;
|
||||||
use Throwable;
|
use Throwable;
|
||||||
use Utopia\Registry\Registry;
|
use Utopia\Platform\Action;
|
||||||
|
|
||||||
class Usage extends Task
|
class Usage extends Action
|
||||||
{
|
{
|
||||||
public static function getName(): string
|
public static function getName(): string
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue