$this->faker->name(), 'is_paused' => rand(0,1), 'is_deleted' => rand(0,1), 'parameters' => [], 'frequency_id' => RecurringInvoice::FREQUENCY_MONTHLY, 'next_run' => now()->addSeconds(rand(86400,8640000)), 'next_run_client' => now()->addSeconds(rand(86400,8640000)), 'template' => 'statement_task', ]; } }