fix select defaut value
This commit is contained in:
@@ -249,7 +249,7 @@ class EventsTest extends TestCase
|
||||
],
|
||||
],
|
||||
'links' => [
|
||||
'self' => url('/events/'.$event->id),
|
||||
'self' => '/events/'.$event->id,
|
||||
]
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user