Skip to content

Commit

Permalink
Merge pull request #5 from szepeviktor/patch-3
Browse files Browse the repository at this point in the history
Remove backslash from imports
  • Loading branch information
psorensen committed Jan 16, 2024
2 parents 8aa792e + ac91b7f commit 4458586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
namespace CuratedQueryLoop\Core;

use CuratedQueryLoop\ModuleInitialization;
use \WP_Error;
use WP_Error;
use CuratedQueryLoop\Utility;


Expand Down

0 comments on commit 4458586

Please sign in to comment.