Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
Fix: namespace typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nk2ge5k committed Sep 22, 2016
1 parent 0c480fc commit 86f3515
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion services/keywords/KeywordsService.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use directapi\services\keywords\models\KeywordAddItem;
use directapi\services\keywords\models\KeywordGetItem;
use directapi\services\keywords\models\KeywordUpdateItem;
use \directapi\services\keywords\cirterias\KeywordsSelectionCriteria;
use \directapi\services\keywords\criterias\KeywordsSelectionCriteria;

class KeywordsService extends BaseService
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace directapi\services\keywords\cirterias;
namespace directapi\services\keywords\criterias;


use directapi\components\constraints as DirectApiAssert;
Expand Down

0 comments on commit 86f3515

Please sign in to comment.