mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
docs: improve sample code
This commit is contained in:
parent
47ae585ee4
commit
dbbdb93a2e
@ -8,6 +8,11 @@ abstract class BaseController extends Controller
|
||||
{
|
||||
// ...
|
||||
|
||||
/**
|
||||
* @var \CodeIgniter\Session\Session;
|
||||
*/
|
||||
protected $session;
|
||||
|
||||
public function initController(/* ... */)
|
||||
{
|
||||
// Do Not Edit This Line
|
||||
|
Loading…
x
Reference in New Issue
Block a user