(Update) Multiple Areas

This commit is contained in:
HDVinnie
2018-06-03 23:23:46 -04:00
parent f4613a28c0
commit c16446772c
7 changed files with 51 additions and 26 deletions
+1
View File
@@ -125,6 +125,7 @@ class ImageController extends Controller
}
$image->downloads++;
$image->save();
return response()->download(getcwd() . '/files/img/' . $filename);
}