08-21-2020, 06:17 AM
Hello
i found an error in the documentation for the CLI
here https://codeigniter.com/user_guide/cli/cli.html
this
should be
i found an error in the documentation for the CLI
here https://codeigniter.com/user_guide/cli/cli.html
this
Code:
use CodeIgniter\Controller;
class Tools extends Controller {
should be
Code:
use CodeIgniter\BaseController;
class Tools extends BaseController {