芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/acsolutionbd.com/main/database/seeders/ShippingSeeder.php
truncate(); ShippingRule::query()->truncate(); ShippingRuleItem::query()->truncate(); Shipping::query()->create(['title' => 'All']); ShippingRule::query()->create([ 'name' => 'Free delivery', 'shipping_id' => 1, 'type' => ShippingRuleTypeEnum::BASED_ON_PRICE, 'from' => 0, 'to' => null, 'price' => 0, ]); } }