Skip to content
This repository was archived by the owner on Jul 27, 2023. It is now read-only.

Commit f72c00e

Browse files
Correct FileUploadAction.php class name
Assuming there is not a reason for the class and file name to differ for this file I propose changing the class name AbstractUploadAction to match the file name FileUploadAction; which will also match the naming conventions of the other action files: FileListAction.php and FileDeleteAction.php.
1 parent dc0469f commit f72c00e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/actions/FileUploadAction.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* @author Antonio Ramirez <[email protected]>
2525
* @package dosamigos\fileupload\actions
2626
*/
27-
class AbstractUploadAction extends Action
27+
class FileUploadAction extends Action
2828
{
2929
/**
3030
* @var string the AR class name that we need to link the uploaded instance to

0 commit comments

Comments
 (0)