first commit
This commit is contained in:
@@ -25,7 +25,7 @@ namespace WapplerSystems\Meilisearch\System\Validator;
|
||||
***************************************************************/
|
||||
|
||||
/**
|
||||
* Class Path is used for Solr Path related methods
|
||||
* Class Path is used for Meilisearch Path related methods
|
||||
*
|
||||
* @author Thomas Hohn <tho@systime.dk>
|
||||
*/
|
||||
@@ -33,12 +33,12 @@ class Path
|
||||
{
|
||||
|
||||
/**
|
||||
* Validate that a path is a valid Solr Path
|
||||
* Validate that a path is a valid Meilisearch Path
|
||||
*
|
||||
* @param string $path
|
||||
* @return bool
|
||||
*/
|
||||
public function isValidSolrPath($path)
|
||||
public function isValidMeilisearchPath($path)
|
||||
{
|
||||
$path = trim($path);
|
||||
|
||||
|
Reference in New Issue
Block a user