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

@ -62,6 +62,6 @@ class TaxesTest extends FeatureTestCase
public function getRequest()
{
return factory(Tax::class)->states('enabled')->raw();
return Tax::factory()->enabled()->raw();
}
}