fix CSS & add description
This commit is contained in:
@@ -21,6 +21,7 @@ class Bookmark extends JsonResource
|
||||
'attributes' => [
|
||||
'data' => [
|
||||
'name' => $this->name,
|
||||
'description' => $this->description,
|
||||
'url' => $this->url,
|
||||
'favicon' => $this->favicon,
|
||||
'created_at' => $this->created_at->diffForHumans(),
|
||||
|
||||
Reference in New Issue
Block a user