mirror of
https://github.com/YGGverse/Yo.git
synced 2026-03-31 17:55:35 +00:00
define missed crc32url field value
This commit is contained in:
parent
38fbc32151
commit
27946ff27c
1 changed files with 1 additions and 0 deletions
|
|
@ -73,6 +73,7 @@ foreach($search->get() as $document)
|
|||
$data =
|
||||
[
|
||||
'url' => $document->get('url'),
|
||||
'crc32url' => $document->get('crc32url'),
|
||||
'title' => $document->get('title'),
|
||||
'description' => $document->get('description'),
|
||||
'keywords' => $document->get('keywords'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue