This commit is contained in:
Ricardo
2020-05-07 21:38:30 +01:00
parent 41e73821f9
commit c272de0b48
2 changed files with 3 additions and 2 deletions

View File

@@ -79,6 +79,7 @@ class WhiteLabel
$file = new File($location);
$file->save($body);
// todo: handle errors/exceptions?
return [true, 'File created successfully'];

File diff suppressed because one or more lines are too long