File manager - Edit - /var/www/payraty/helpdesk/vendor/laravel/scout/src/Jobs/RemoveableScoutCollection.php
Back
<?php namespace Laravel\Scout\Jobs; use Illuminate\Database\Eloquent\Collection; use Laravel\Scout\Searchable; class RemoveableScoutCollection extends Collection { /** * Get the Scout identifiers for all of the entities. * * @return array */ public function getQueueableIds() { if ($this->isEmpty()) { return []; } return in_array(Searchable::class, class_uses_recursive($this->first())) ? $this->map->getScoutKey()->all() : parent::getQueueableIds(); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings