mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-23 19:50:40 -05:00
(Update) Multiple Areas
This commit is contained in:
@@ -125,6 +125,7 @@ class ImageController extends Controller
|
||||
}
|
||||
|
||||
$image->downloads++;
|
||||
$image->save();
|
||||
|
||||
return response()->download(getcwd() . '/files/img/' . $filename);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user