1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 05:02:36 +01:00

remove cache warming

This commit is contained in:
David Bomba 2024-06-24 21:14:08 +10:00
parent e4377f3378
commit b564983803

View File

@ -56,8 +56,6 @@ class CreateAccount extends Command
{
$this->info(date('r').' Create Single Account...');
$this->warmCache();
$this->createAccount();
}