芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/database/seeders/NoticesTableSeeder.php
count((int)$count) ->make() ->each(function (Notice $model) use ($companyId) { $model->company_id = $companyId; $model->save(); }); } }