Skip to content

Commit c31a3aa

Browse files
authored
Fixed backticks used instead of single quotes. (#531)
1 parent 8d1637d commit c31a3aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/panels/UserPanel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ public function save()
237237

238238
try {
239239

240-
$authManager = Instance::ensure($this->module->authManager, `\yii\rbac\BaseManager`);
240+
$authManager = Instance::ensure($this->module->authManager, '\yii\rbac\BaseManager');
241241

242242
if ($authManager instanceof \yii\rbac\ManagerInterface) {
243243
$roles = ArrayHelper::toArray($authManager->getRolesByUser($this->getUser()->id));

0 commit comments

Comments
 (0)