diff --git a/routes/web.php b/routes/web.php index 947b44c7..69db0524 100644 --- a/routes/web.php +++ b/routes/web.php @@ -95,7 +95,7 @@ Route::get('/test', function(){ echo 'Could not open ZIP file.'; } } catch (Exception $exception) { - dd('test'); + dd($exception); }