mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
CLI Print Pretty
This commit is contained in:
parent
6616e8212f
commit
dcc385c6dc
@ -40,6 +40,7 @@
|
||||
namespace CodeIgniter\CLI;
|
||||
|
||||
use CodeIgniter\Controller;
|
||||
use Config\Services;
|
||||
|
||||
/**
|
||||
* Command runner
|
||||
@ -61,7 +62,7 @@ class CommandRunner extends Controller
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
$this->commands = service('commands');
|
||||
$this->commands = Services::commands();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user