Skip to content

Commit

Permalink
DB minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverFire committed May 1, 2015
1 parent b328f45 commit 707f988
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion controllers/DBController.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
namespace hipanel\modules\hosting\controllers;

use hipanel\base\CrudController;
use hipanel\modules\hosting\models\DB;
use Yii;
use yii\filters\VerbFilter;

Expand Down
3 changes: 2 additions & 1 deletion grid/DBGridView.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@

class DbGridView extends BoxedGridView
{
static public function defaultColumns () {
static public function defaultColumns()
{
return [
'db' => [
'class' => MainColumn::className(),
Expand Down

0 comments on commit 707f988

Please sign in to comment.