formatting
This commit is contained in:
parent
e8090bbe01
commit
0f8ebc6846
@ -12,11 +12,11 @@ use App\Models\Common\EmailTemplate;
|
||||
use App\Models\Common\Report;
|
||||
use App\Utilities\Installer;
|
||||
use App\Utilities\Overrider;
|
||||
use Artisan;
|
||||
use DB;
|
||||
use File;
|
||||
use Illuminate\Support\Facades\Artisan;
|
||||
use Illuminate\Support\Facades\DB;
|
||||
use Illuminate\Support\Facades\File;
|
||||
use Illuminate\Support\Facades\Schema;
|
||||
use Illuminate\Support\Str;
|
||||
use Schema;
|
||||
|
||||
class Version200 extends Listener
|
||||
{
|
||||
@ -36,9 +36,6 @@ class Version200 extends Listener
|
||||
return;
|
||||
}
|
||||
|
||||
// Cache Clear
|
||||
Artisan::call('cache:clear');
|
||||
|
||||
$this->updateDatabase();
|
||||
|
||||
$this->updateCompanies();
|
||||
|
Loading…
x
Reference in New Issue
Block a user