Skip to content

Commit

Permalink
IpController - added index action
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverFire committed Sep 10, 2015
1 parent be85c2d commit e70c777
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/controllers/IpController.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,12 @@

class IpController extends \hipanel\base\CrudController
{

public function actions()
{
return [
'index' => [
'class' => 'hipanel\actions\IndexAction',
],
];
}
}

0 comments on commit e70c777

Please sign in to comment.