Fixed naming.
This commit is contained in:
parent
5dd96b36ed
commit
45e674a733
22 changed files with 24 additions and 36 deletions
|
|
@ -9,8 +9,6 @@ use b8\Http\Response\RedirectResponse;
|
|||
use b8\View;
|
||||
|
||||
/**
|
||||
* PHPCI Front Controller
|
||||
*
|
||||
* @author Dan Cryer <dan@block8.co.uk>
|
||||
*/
|
||||
class Application extends b8\Application
|
||||
|
|
@ -21,7 +19,7 @@ class Application extends b8\Application
|
|||
protected $controller;
|
||||
|
||||
/**
|
||||
* Initialise PHPCI - Handles session verification, routing, etc.
|
||||
* Initialise Application - Handles session verification, routing, etc.
|
||||
*/
|
||||
public function init()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue