mirror of
https://hk.gh-proxy.com/https://github.com/wp-cli/profile-command.git
synced 2025-08-18 06:11:48 +08:00
Change namespace from runcommand\Profile to WP_CLI\Profile
This commit is contained in:
parent
801d0a3dd8
commit
1d77fb1a7e
4 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace runcommand\Profile;
|
||||
namespace WP_CLI\Profile;
|
||||
|
||||
use WP_CLI;
|
||||
use WP_CLI\Utils;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace runcommand\Profile;
|
||||
namespace WP_CLI\Profile;
|
||||
|
||||
class Formatter {
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace runcommand\Profile;
|
||||
namespace WP_CLI\Profile;
|
||||
|
||||
class Logger {
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace runcommand\Profile;
|
||||
namespace WP_CLI\Profile;
|
||||
|
||||
use WP_CLI;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue