docs: improve sample code

This commit is contained in:
kenjis 2022-06-23 08:11:29 +09:00
parent 47ae585ee4
commit dbbdb93a2e
No known key found for this signature in database
GPG Key ID: BD254878922AF198

View File

@ -8,6 +8,11 @@ abstract class BaseController extends Controller
{
// ...
/**
* @var \CodeIgniter\Session\Session;
*/
protected $session;
public function initController(/* ... */)
{
// Do Not Edit This Line