Skip to content

Commit c2e1308

Browse files
committed
update HomeController
update use of IActionResult namespace
1 parent 6833085 commit c2e1308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Controllers/HomeController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
namespace Application\Controllers;
44

5+
use DevNet\Web\Action\IActionResult;
56
use DevNet\Web\Controller\AbstractController;
6-
use DevNet\Web\Controller\IActionResult;
77

88
class HomeController extends AbstractController
99
{

0 commit comments

Comments
 (0)