Heimdall/app/SearchInterface.php

10 lines
152 B
PHP
Raw Normal View History

2019-01-16 14:47:32 +00:00
<?php namespace App;
use GuzzleHttp\Exception\GuzzleException;
use GuzzleHttp\Client;
interface SearchInterface
{
public function getResults();
}