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