Upgrade to 3.3.5

This commit is contained in:
Bastian Allgeier
2020-03-17 14:20:08 +01:00
parent 211e325864
commit 1f2f39ce58
19 changed files with 359 additions and 167 deletions

View File

@@ -163,7 +163,7 @@ trait FileActions
$props['model'] = strtolower($props['template'] ?? 'default');
// create the basic file and a test upload object
$file = File::factory($props);
$file = static::factory($props);
$upload = new Image($props['source']);
// create a form for the file