Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Aug 3, 2015
1 parent 97b7d14 commit 68cbb4d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/controllers/HdomainController.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,11 @@ public function actions()
return [
'index' => [
'class' => 'hipanel\actions\IndexAction',
'findOptions' => ['with_aliases' => true, 'with_vhosts' => true, 'with_request' => true]
'findOptions' => ['with_aliases' => true, 'with_vhosts' => true, 'with_request' => true],
],
'view' => [
'class' => 'hipanel\actions\ViewAction',
'findOptions' => [
'with_aliases' => true,
'with_vhosts' => true,
'with_request' => true
]
'findOptions' => ['with_aliases' => true, 'with_vhosts' => true, 'with_request' => true],
],
'create' => [
'class' => 'hipanel\actions\SmartCreateAction',
Expand Down

0 comments on commit 68cbb4d

Please sign in to comment.