Skip to content

Commit ef5b6c7

Browse files
author
Igor Chepurnoy
committed
fix action name
1 parent 824aa02 commit ef5b6c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/ManageController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function behaviors()
6161
'create' => ['get', 'post'],
6262
'update' => ['get', 'post'],
6363
'delete' => ['post'],
64-
'image-upload' => ['post'],
64+
'file-upload' => ['post'],
6565
],
6666
],
6767
'access' => [

0 commit comments

Comments
 (0)