Laravel Vapor - Delete comments

This commit is contained in:
Dillon Ngo
2024-03-24 20:14:38 +08:00
parent 7fc11cc7e7
commit bd7fd92cf0
9 changed files with 7 additions and 22 deletions
@@ -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 {