mirror of
https://github.com/Karaka-Management/Developer-Guide.git
synced 2026-02-04 15:08:41 +00:00
typehint added
This commit is contained in:
parent
b839635916
commit
26a901d01f
|
|
@ -212,7 +212,7 @@ use app\view\TestView;
|
||||||
|
|
||||||
class TestController
|
class TestController
|
||||||
{
|
{
|
||||||
private $app = null;
|
private ApplicationAbstract $app = null;
|
||||||
|
|
||||||
/* the dispatcher passes the ApplicationAbstract reference to the controller */
|
/* the dispatcher passes the ApplicationAbstract reference to the controller */
|
||||||
public function __construct(ApplicationAbstract $app)
|
public function __construct(ApplicationAbstract $app)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user