Skip to content

Commit

Permalink
fix filter schema typo (#20)
Browse files Browse the repository at this point in the history
fix filter schema typo
  • Loading branch information
kaioken authored Jun 3, 2019
2 parents fcbcde6 + 1f43240 commit 360f47e
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@

namespace Baka\Elasticsearch\Contracts;

use Phalcon\Http\Response;
use stdClass;

/**
* Search controller.
*/
trait CustomFiltresSchemaTrait
trait CustomFiltersSchemaTrait
{
/**
* Given the indice get the Schema configuration for the filter.
Expand Down

0 comments on commit 360f47e

Please sign in to comment.