Skip to content

Commit 685e03f

Browse files
committed
Fix use statements
1 parent 2aede67 commit 685e03f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/AiCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
namespace WP_CLI\AiCommand;
44

5+
use AiCommand\Tools\FileTools;
6+
use AiCommand\Tools\URLTools;
57
use WP_CLI;
68
use WP_CLI_Command;
79
use WP_Community_Events;

0 commit comments

Comments
 (0)