Skip to content

Commit

Permalink
rename NodeMoveAction
Browse files Browse the repository at this point in the history
  • Loading branch information
ASlatius committed Apr 28, 2015
1 parent 10bf572 commit 4403978
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class yourClass extends Controller
public function actions() {
return [
'nodeMove' => [
'class' => 'slatiusa\nestable\NestableNodeMoveAction',
'class' => 'slatiusa\nestable\NodeMoveAction',
'modelName' => TreeModel::className(),
],
];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* @author Arno Slatius <[email protected]>
* @since 1.0
*/
class NestableNodeMoveAction extends Action
class NodeMoveAction extends Action
{
/** @var string class to use to locate the supplied data ids */
public $modelName;
Expand Down

0 comments on commit 4403978

Please sign in to comment.