chore: code cleanup
This commit is contained in:
@@ -12,7 +12,8 @@ use Symfony\Contracts\Cache\ItemInterface;
|
||||
class HotelDataProvider
|
||||
{
|
||||
public function __construct(private readonly ApiClient $apiClient, private readonly CacheInterface $cache)
|
||||
{}
|
||||
{
|
||||
}
|
||||
|
||||
public function getAll(): array
|
||||
{
|
||||
@@ -50,4 +51,4 @@ class HotelDataProvider
|
||||
|
||||
return $hotels;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user