Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
octoberapp committed Oct 2, 2023
1 parent 6790aa7 commit 0203662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/Attach/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ public function sizeToString()

/**
* beforeSave check if new file data has been supplied
* eg: $model->data = Input::file('something');
* eg: $model->data = files('something');
*/
public function beforeSave()
{
Expand Down

0 comments on commit 0203662

Please sign in to comment.