mirror of
https://github.com/YGGverse/Yo.git
synced 2026-03-31 17:55:35 +00:00
use document ID as the snap location
This commit is contained in:
parent
27564c4fbc
commit
a3f2ab0aa2
4 changed files with 36 additions and 32 deletions
|
|
@ -116,9 +116,7 @@ foreach ($config->cli->document->crawl->skip->stripos->url as $condition)
|
|||
implode(
|
||||
'/',
|
||||
str_split(
|
||||
md5(
|
||||
$document->get('url')
|
||||
)
|
||||
$document->getId()
|
||||
)
|
||||
)
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue