controller should extend base controller.

This commit is contained in:
Taylor Otwell 2011-11-09 22:04:28 -06:00
parent dcc334b617
commit 0fd88b67f2
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?php
class Home_Controller {
class Home_Controller extends Controller {
/*
|--------------------------------------------------------------------------