Update the Collection namespace

This commit is contained in:
Oliver Davies 2020-12-17 23:25:59 +00:00
parent 864c2429a5
commit 509d526661
9 changed files with 9 additions and 9 deletions

View file

@ -6,7 +6,7 @@ namespace Drupal\Tests\opdavies_talks\Kernel;
use Carbon\Carbon;
use Drupal\views\ResultRow;
use Illuminate\Support\Collection;
use Tightenco\Collect\Support\Collection;
final class TalksPageSortTest extends TalksTestBase {