help desk create view
This commit is contained in:
parent
1abc793e41
commit
1ef5670955
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue