Skip to content

Commit

Permalink
📝 Remove specific namespace in favor of above use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
haroldangenent committed Feb 16, 2017
1 parent ab2d9a8 commit 5d2f3d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Available options for constructing an instance of `Meta`:
use Trendwerk\Search\Dimension\Meta;
use Trendwerk\Search\Search;

$search = new \Trendwerk\Search\Search();
$search = Search();
$search->init();

$search->addDimension(new Meta($wpdb, [
Expand Down

0 comments on commit 5d2f3d2

Please sign in to comment.