Change namespace from runcommand\Profile to WP_CLI\Profile

This commit is contained in:
Alain Schlesser 2021-04-19 12:38:24 +01:00
parent 801d0a3dd8
commit 1d77fb1a7e
4 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
<?php
namespace runcommand\Profile;
namespace WP_CLI\Profile;
use WP_CLI;
use WP_CLI\Utils;

View file

@ -1,6 +1,6 @@
<?php
namespace runcommand\Profile;
namespace WP_CLI\Profile;
class Formatter {

View file

@ -1,6 +1,6 @@
<?php
namespace runcommand\Profile;
namespace WP_CLI\Profile;
class Logger {

View file

@ -1,6 +1,6 @@
<?php
namespace runcommand\Profile;
namespace WP_CLI\Profile;
use WP_CLI;