Merge branch 'master' into laravel-7

This commit is contained in:
Denis Duliçi
2020-03-15 01:19:41 +03:00
committed by GitHub
184 changed files with 2472 additions and 1279 deletions

View File

@@ -114,7 +114,7 @@ class CustomersTest extends FeatureTestCase
$password = $this->faker->password;
return $this->getRequest() + [
'create_user' => 1,
'create_user' => 'true',
'locale' => 'en-GB',
'password' => $password,
'password_confirmation' => $password,