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

@ -120,7 +120,7 @@ class CustomersTest extends FeatureTestCase
public function getRequest()
{
return factory(Contact::class)->states('customer', 'enabled')->raw();
return Contact::factory()->customer()->enabled()->raw();
}
public function getRequestWithUser()