Skip to content

Commit

Permalink
fix: typo in namespaces. bump version.
Browse files Browse the repository at this point in the history
build:  [skip-ci]
  • Loading branch information
lots0logs committed Aug 14, 2020
1 parent 6144209 commit b535b65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "WordPress Database Objects - Work with posts and taxonomies, including queries and custom type registration, using OOP style.",
"type": "library",
"license": "GPL-v2-or-later",
"version": "1.1.1",
"version": "1.1.2",
"authors": [
{
"name": "Elegant Themes",
Expand Down
2 changes: 1 addition & 1 deletion src/User/UserRole.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace ET\DBO\Post\User;
namespace ET\DBO\User;

use WP_Role;
use function add_role, et_, et_wrong;
Expand Down

0 comments on commit b535b65

Please sign in to comment.