jacobemerick/web

View on GitHub
src/Domain/Blog/Introduction/IntroductionRepositoryInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

namespace Jacobemerick\Web\Domain\Blog\Introduction;

interface IntroductionRepositoryInterface
{
    public function findByType($type, $value = '');
}