fix select defaut value

This commit is contained in:
2020-09-12 08:52:20 +02:00
parent e91671a78f
commit 68cbc950f5
9 changed files with 41 additions and 33 deletions

View File

@@ -249,7 +249,7 @@ class EventsTest extends TestCase
],
],
'links' => [
'self' => url('/events/'.$event->id),
'self' => '/events/'.$event->id,
]
]);
}