Removed commented code

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2022-01-13 01:32:28 -08:00
parent 8f4ec95fbb
commit eb8f23a888
2 changed files with 3 additions and 4 deletions
@@ -245,7 +245,9 @@ class ViewAssetsController extends Controller
$data_uri = e($request->get('signature_output'));
$encoded_image = explode(',', $data_uri);
$decoded_image = base64_decode($encoded_image[1]);
file_put_contents($path.'/'.$sig_filename, $decoded_image);
Storage::putFileAs($path, $decoded_image, $sig_filename);
//file_put_contents($path.'/'.$sig_filename, $decoded_image);
}
$logaction = new Actionlog();