mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-27 18:13:48 +00:00
fix phpstan issues
This commit is contained in:
@@ -29,7 +29,7 @@ class NewsItemRepository implements ObjectRepository
|
||||
*/
|
||||
public function find($id)
|
||||
{
|
||||
$this->repository->find($id);
|
||||
return $this->repository->find($id);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user