Commit f11113ea by Siti Aisah

hide exception

parent ecaad90b
...@@ -132,7 +132,6 @@ public function store(Request $request){ ...@@ -132,7 +132,6 @@ public function store(Request $request){
->with('success', 'Data kategori berhasil diupdate'); ->with('success', 'Data kategori berhasil diupdate');
} }
catch(Exception $e){ catch(Exception $e){
dd($e);
Log::error($e); Log::error($e);
DB::rollBack(); DB::rollBack();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment