芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/qrafiqxcreativeagency.com/accounts/office/database/factories/ContractFactory.php
fake()->realText(20), 'amount' => $amount = fake()->numberBetween(100, 1000), 'original_amount' => $amount, 'start_date' => $start = fake()->dateTimeThisMonth(now()), 'original_start_date' => $start, 'end_date' => $end = now()->addMonths(fake()->numberBetween(1, 5))->format('Y-m-d'), 'original_end_date' => $end, 'description' => fake()->paragraph, 'contract_detail' => fake()->realText(300), ]; } }