dothiv/DothivContentfulBundle

View on GitHub
Adapter/ContentfulApiAdapter.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Dothiv\Bundle\ContentfulBundle\Adapter;

use Psr\Log\LoggerAwareInterface;

interface ContentfulApiAdapter extends LoggerAwareInterface
{
    function sync();
}