accessory cloning, WITHOUT copying over the image.

This commit is contained in:
akemidx
2023-03-15 16:55:24 -04:00
parent a3353b8496
commit a8e2f72e25
3 changed files with 2 additions and 5 deletions
@@ -140,10 +140,6 @@ class AccessoriesController extends Controller
return view('accessories/edit')
->with('item', $accessory);
copy('uploads/accessories/usb-keyboard.jpg','uploads/accessories/testimage.jpg');
}