Hi,
in CI4 users's guide, I found a Typo in an example that leads to an error.
It is the example in the page CLI - Hello World
the 1rst line of the example should be
namespace App\Controllers;
instead of
namespace App\Controller;
in CI4 users's guide, I found a Typo in an example that leads to an error.
It is the example in the page CLI - Hello World
the 1rst line of the example should be
namespace App\Controllers;
instead of
namespace App\Controller;