help desk create view

This commit is contained in:
merdan 2020-05-04 18:22:20 +05:00
parent 1abc793e41
commit 1ef5670955
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ class HelpTicket extends Model
$disk = config('filesystems.default'); // or use your own disk, defined in config/filesystems.php
$destination_path = "help"; // path relative to the disk above
dd($value);
// if the image was erased
if ($value==null) {
// delete the image from disk