Code Duplication    Length = 8-8 lines in 2 locations

src/User/AdminController.php 1 location

@@ 25-32 (lines=8) @@
22
    /**
23
     * Init module
24
     */
25
    public function init()
26
    {
27
        $this->session = $this->di->get("session");
28
        $this->response = $this->di->get("response");
29
        $this->user = $this->di->get("user");
30
        $this->view = $this->di->get("view");
31
        $this->pageRender = $this->di->get("pageRender");
32
    }
33
34
35

src/User/UserController.php 1 location

@@ 25-32 (lines=8) @@
22
    /**
23
     * Init module
24
     */
25
    public function init()
26
    {
27
        $this->session = $this->di->get("session");
28
        $this->response = $this->di->get("response");
29
        $this->user = $this->di->get("user");
30
        $this->view = $this->di->get("view");
31
        $this->pageRender = $this->di->get("pageRender");
32
    }
33
34
35