mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-24 15:04:19 +00:00
Laravel Vapor - Delete comments
This commit is contained in:
@@ -29,7 +29,7 @@ class AWSImageUploadController extends Controller
|
||||
|
||||
$request->image->storeAs('images', $imageName);
|
||||
|
||||
//cief todo: checking if storage disk exist
|
||||
//checking if storage disk exist
|
||||
if (Storage::disk('documents')) {
|
||||
$check1 = "The disk documents exists.";
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user