laravel 8

This commit is contained in:
Denis Duliçi
2020-10-14 17:07:59 +03:00
parent b4e044b199
commit 1ba8835a2d
134 changed files with 3515 additions and 1952 deletions

View File

@ -41,7 +41,7 @@ class InvoiceReminderTest extends FeatureTestCase
public function getRequest()
{
return factory(Invoice::class)->states('items', 'sent')->raw([
return Invoice::factory()->items()->sent()->raw([
'due_at' => Date::now()->subDays($this->add_days - 1),
]);
}