Heimdall/app/SearchInterface.php
2019-01-16 14:47:32 +00:00

10 lines
152 B
PHP

<?php namespace App;
use GuzzleHttp\Exception\GuzzleException;
use GuzzleHttp\Client;
interface SearchInterface
{
public function getResults();
}