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\Models\Common\Report;
|
||||||
use App\Utilities\Installer;
|
use App\Utilities\Installer;
|
||||||
use App\Utilities\Overrider;
|
use App\Utilities\Overrider;
|
||||||
use Artisan;
|
use Illuminate\Support\Facades\Artisan;
|
||||||
use DB;
|
use Illuminate\Support\Facades\DB;
|
||||||
use File;
|
use Illuminate\Support\Facades\File;
|
||||||
|
use Illuminate\Support\Facades\Schema;
|
||||||
use Illuminate\Support\Str;
|
use Illuminate\Support\Str;
|
||||||
use Schema;
|
|
||||||
|
|
||||||
class Version200 extends Listener
|
class Version200 extends Listener
|
||||||
{
|
{
|
||||||
@ -36,9 +36,6 @@ class Version200 extends Listener
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Cache Clear
|
|
||||||
Artisan::call('cache:clear');
|
|
||||||
|
|
||||||
$this->updateDatabase();
|
$this->updateDatabase();
|
||||||
|
|
||||||
$this->updateCompanies();
|
$this->updateCompanies();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user