build(deps): remove tightenco/collect

This commit is contained in:
Oliver Davies 2022-01-14 00:32:22 +00:00
parent a2b363dfe1
commit 858dde2dc2
7 changed files with 11 additions and 61 deletions

View file

@ -5,7 +5,7 @@ declare(strict_types=1);
namespace App\Tests\Fake;
use App\EventRepository;
use Tightenco\Collect\Support\Collection;
use Illuminate\Support\Collection;
final class FakeEventRepository implements EventRepository
{