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