From 0ca94752618a4ce29f3284c5786e696242a41781 Mon Sep 17 00:00:00 2001 From: Manish Verma Date: Tue, 21 Aug 2018 10:57:20 +0530 Subject: [PATCH] Updated Bugsnag API key --- config/bugsnag.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/bugsnag.php b/config/bugsnag.php index b9ec40cf5..73263372f 100644 --- a/config/bugsnag.php +++ b/config/bugsnag.php @@ -13,7 +13,7 @@ return [ | which should receive your application's uncaught exceptions. | */ - 'api_key' => '280264db78f78f46e37169b2b65bed2d', + 'api_key' => 'd946b1758d755ba6f0095348a4924a63', /* |--------------------------------------------------------------------------