webp
This commit is contained in:
parent
068492e495
commit
53a2ed8b0f
11 changed files with 29 additions and 21 deletions
|
|
@ -42,7 +42,7 @@ class FileVersion
|
|||
// asset method proxy
|
||||
if (method_exists($this->asset(), $method)) {
|
||||
if ($this->exists() === false) {
|
||||
$this->save();
|
||||
$this;
|
||||
}
|
||||
|
||||
return $this->asset()->$method(...$arguments);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue