diff --git a/src/Manticoresearch/Client.php b/src/Manticoresearch/Client.php index aa9b5e0..e7727ed 100755 --- a/src/Manticoresearch/Client.php +++ b/src/Manticoresearch/Client.php @@ -28,7 +28,7 @@ * @author Adrian Nuta * @link https://manticoresearch.com */ -class Client +class Client implements ClientInterface { /** * diff --git a/src/Manticoresearch/ClientInterface.php b/src/Manticoresearch/ClientInterface.php new file mode 100644 index 0000000..f58e4b5 --- /dev/null +++ b/src/Manticoresearch/ClientInterface.php @@ -0,0 +1,206 @@ +