Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed May 11, 2020
1 parent 119ffcb commit c09cb1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/AdminCmsSiteController.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function init()
{
$this->name = \Yii::t('skeeks/cms', "Site management");
$this->modelShowAttribute = "name";
$this->modelClassName = CmsSite::class;
$this->modelClassName = \Yii::$app->skeeks->siteClass;

$this->generateAccessActions = false;

Expand Down

0 comments on commit c09cb1e

Please sign in to comment.