1
0
Fork 0
mirror of synced 2024-07-04 14:10:33 +12:00

feat: add hamster script

This commit is contained in:
Christy Jacob 2023-01-26 17:13:39 +05:30
parent a15d03f19e
commit 73370ca746

View file

@ -65,7 +65,7 @@ class Hamster extends Action
public function __construct()
{
$this
->desc('Get stats for projects')
->desc('Get stats for project')
->inject('register')
->inject('pools')
->inject('cache')
@ -145,7 +145,7 @@ class Hamster extends Action
public function action(Registry $register, Group $pools, Cache $cache, Database $dbForConsole): void
{
Console::info'Getting stats...');
Console::success('Getting stats...');
/* Initialise new Utopia app */
$app = new App('UTC');