Skip to content

Commit bf1754b

Browse files
committed
Update Hello controller
1 parent e93c1e1 commit bf1754b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ci-4.0-dev/application/controllers/Hello.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
<?php
1+
<?php namespace App\Controllers;
22

3-
class Hello extends \CodeIgniter\Controller
3+
use CodeIgniter\Controller;
4+
5+
class Hello extends Controller
46
{
57
public function index()
68
{

0 commit comments

Comments
 (0)