diff --git a/app/Models/HelpTicket.php b/app/Models/HelpTicket.php index 6b97c310..0c2d740a 100644 --- a/app/Models/HelpTicket.php +++ b/app/Models/HelpTicket.php @@ -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