¨4.0.1¨
This commit is contained in:
@@ -7,7 +7,7 @@ use Illuminate\Support\Facades\DB;
|
||||
|
||||
class V2_0_0
|
||||
{
|
||||
public function run()
|
||||
public function run(): void
|
||||
{
|
||||
if (version_compare(FleetCart::VERSION, '2.0.0', '=')) {
|
||||
DB::delete("DELETE FROM `settings` WHERE `key` LIKE 'storefront_%' AND NOT `key` = 'storefront_copyright_text'");
|
||||
|
||||
Reference in New Issue
Block a user