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