splitted user name

This commit is contained in:
Čarodej
2022-01-14 11:17:00 +01:00
parent 7e9e9ee25b
commit 7dd116a769
45 changed files with 272 additions and 95 deletions

View File

@@ -25,6 +25,7 @@ class TrafficTest extends TestCase
->image('fake-file.jpg', 1200);
$this->user = User::factory()
->hasSettings()
->create();
}