Skip to content

Commit

Permalink
Add video assists in fixtures #74
Browse files Browse the repository at this point in the history
  • Loading branch information
digedag committed Dec 9, 2023
1 parent a8ac269 commit 03be092
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Classes/Model/Repository/ProfileRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace System25\T3sports\Model\Repository;

use Sys25\RnBase\Domain\Repository\PersistenceRepository;
use Sys25\RnBase\Search\SearchBase;
use System25\T3sports\Model\MatchNote;
use System25\T3sports\Model\Profile;
use System25\T3sports\Search\ProfileSearch;
Expand Down Expand Up @@ -46,7 +45,6 @@ public function getSearchClass()
}

/**
*
* @return Collection<Profile>
*/
public function findByFixtureRelation(int $fixtureUid, string $fieldName)
Expand Down

0 comments on commit 03be092

Please sign in to comment.