swiper change arrow color

This commit is contained in:
isUnknown 2024-09-19 15:14:28 +02:00
parent fc51258d40
commit 2336673d92
232 changed files with 53765 additions and 12 deletions

View file

@ -42,7 +42,7 @@ class FileVersion
// asset method proxy
if (method_exists($this->asset(), $method)) {
if ($this->exists() === false) {
$this;
$this->save();
}
return $this->asset()->$method(...$arguments);