Apply fixes from StyleCI
This commit is contained in:

committed by
StyleCI Bot

parent
4ec6000d69
commit
c547b2e438
@@ -51,6 +51,7 @@ class ApiSettings extends Controller
|
||||
$this->validate($request, [
|
||||
'ticket_detail' => 'url',
|
||||
]);
|
||||
|
||||
try {
|
||||
// dd($request->input());
|
||||
DB::table('settings_system')
|
||||
@@ -91,6 +92,7 @@ class ApiSettings extends Controller
|
||||
$this->postHook($data);
|
||||
} catch (Exception $ex) {
|
||||
dd($ex);
|
||||
|
||||
throw new Exception($ex->getMessage());
|
||||
}
|
||||
}
|
||||
@@ -106,6 +108,7 @@ class ApiSettings extends Controller
|
||||
}
|
||||
} catch (Exception $ex) {
|
||||
dd($ex);
|
||||
|
||||
throw new Exception($ex->getMessage());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user