Skip to content

Commit

Permalink
Update README.md (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Nov 29, 2024
1 parent 7138c0b commit 3abad9a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,9 @@ The example below is a simple **HomeController** that renders a view:

namespace GuiBranco\PocMvc\App\Controllers;

class HomeController
use GuiBranco\PocMvc\Src\Controller\BaseController;

class HomeController extends BaseController
{
public function index()
{
Expand Down

0 comments on commit 3abad9a

Please sign in to comment.