From 39442f48ce3a706f60a3ef55d0c942e54310d53f Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 16 Sep 2018 13:28:55 +0300 Subject: [PATCH] Disable logo check --- app/Console/Commands/CheckData.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/CheckData.php b/app/Console/Commands/CheckData.php index 30e90ec390be..e2539ba0cc46 100644 --- a/app/Console/Commands/CheckData.php +++ b/app/Console/Commands/CheckData.php @@ -87,7 +87,7 @@ class CheckData extends Command $this->checkClientBalances(); $this->checkContacts(); $this->checkUserAccounts(); - $this->checkLogoFiles(); + //$this->checkLogoFiles(); if (! $this->option('client_id')) { $this->checkOAuth();