Replace tightenco/collect with illuminate/collections

Fixes #417
This commit is contained in:
Oliver Davies 2021-04-23 08:58:14 +01:00
parent 7f39c01d87
commit e9c2f2a2b0
12 changed files with 212 additions and 67 deletions

View file

@ -10,7 +10,7 @@ use Drupal\Core\Entity\Query\QueryInterface;
use Drupal\node\NodeInterface;
use Drupal\opdavies_blog\Entity\Node\Post;
use Drupal\taxonomy\TermInterface;
use Tightenco\Collect\Support\Collection;
use Illuminate\Support\Collection;
final class RelatedPostsRepository {