updated mediable package

This commit is contained in:
Denis Duliçi
2021-05-08 19:09:55 +03:00
parent 8c96b61e28
commit 8651bc6c9b
5 changed files with 98 additions and 106 deletions

View File

@ -7,6 +7,7 @@ use App\Events\Install\UpdateFinished as Event;
use App\Models\Common\Company;
use App\Models\Common\Media;
use App\Utilities\Date;
use Illuminate\Support\Facades\Artisan;
use Illuminate\Support\Facades\File;
use Illuminate\Support\Facades\Storage;
@ -28,6 +29,8 @@ class Version2112 extends Listener
return;
}
Artisan::call('migrate', ['--force' => true]);
$this->updateCompanies();
}