mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix invalid function call
This commit is contained in:
parent
8a36a49d37
commit
cd084d6073
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ class UploadFileFilter
|
|||
}
|
||||
|
||||
// Call Rhymix framework filter.
|
||||
return Rhymix\Framework\Filters\FileContentFilter($file, $filename);
|
||||
return Rhymix\Framework\Filters\FileContentFilter::check($file, $filename);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue