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

Commit 9df6190

Browse files
Merge pull request #145 from wray-goenergies/patch-1
Correct FileUploadAction.php class name
2 parents 42424d7 + f72c00e commit 9df6190

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)