Re-synced controllers, configs, libraries, seeds, and docs with the latest API expectations and response helpers.
8 lines
109 B
PHP
Executable File
8 lines
109 B
PHP
Executable File
<?php
|
|
|
|
use CodeIgniter\CLI\CLI;
|
|
|
|
CLI::error('ERROR: ' . $code);
|
|
CLI::write($message);
|
|
CLI::newLine();
|