Skip to content

Commit aa74e90

Browse files
author
Igor Chepurnoy
authored
Update Editable.php
1 parent db79599 commit aa74e90

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Editable.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,6 @@ class Editable extends InputWidget
5353
*/
5454
public $clientEvents = [];
5555

56-
public function actions()
57-
{
58-
return [
59-
'change-username' => [
60-
'class' => EditableAction::class,
61-
'modelClass' => UserModel::class,
62-
],
63-
];
64-
}
65-
6656
/**
6757
* Initializes the widget.
6858
*/

0 commit comments

Comments
 (0)