wizard company logo delete issue solved

This commit is contained in:
cuneytsenturk 2019-02-02 14:43:27 +03:00
parent 8708512b96
commit 5175f02c6a

View File

@ -119,7 +119,7 @@
$.ajax({
url: '{{ url('uploads/' . $company->company_logo->id . '/show') }}',
type: 'GET',
data: {column_name: 'company_logo'},
data: {column_name: 'company_logo', page: 'setting', key: 'general.company_logo'},
dataType: 'JSON',
success: function(json) {
if (json['success']) {