Skip to content

Commit

Permalink
bugfix - model not exists
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmorozov committed Aug 27, 2022
1 parent 0d3f2c4 commit 8a716a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ImageAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class ImageAction extends Action
private string $_sizeName;
private int $_size;
private ?string $_ratio = null;
private ActiveRecord $_model;
private ?ActiveRecord $_model;
private string $_originImageFileName;
private string $_targetImagePath;
private string $_targetImageFileName;
Expand Down

0 comments on commit 8a716a6

Please sign in to comment.