fix CSS & add description

This commit is contained in:
2020-08-02 11:22:19 +02:00
parent 8d49c38115
commit 81b600339f
6 changed files with 12 additions and 7 deletions

View File

@@ -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(),