Skip to content

Commit 6fe30e5

Browse files
committed
chore: apply cs linter
1 parent f9b1517 commit 6fe30e5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Bridge/Telescope/Entities/TelescopeEntryTags.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
use Cycle\Annotated\Annotation\Column;
88
use Cycle\Annotated\Annotation\Entity;
99
use Cycle\Annotated\Annotation\ForeignKey;
10-
use Cycle\Annotated\Annotation\Relation\HasMany;
1110
use Cycle\Annotated\Annotation\Table\Index;
12-
use Illuminate\Support\Collection;
1311

1412
#[Index(columns: ['entry_uuid', 'tag'])]
1513
#[Index(columns: ['tag'])]

0 commit comments

Comments
 (0)