From 9c21c006c29d0b436abdfa175dff151aa3aeb169 Mon Sep 17 00:00:00 2001 From: "Ronald A. Richardson" Date: Wed, 21 Feb 2024 18:29:48 +0800 Subject: [PATCH] remove test dump --- src/Http/Controllers/Controller.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Http/Controllers/Controller.php b/src/Http/Controllers/Controller.php index 04cf9b0..a18aabd 100644 --- a/src/Http/Controllers/Controller.php +++ b/src/Http/Controllers/Controller.php @@ -43,8 +43,6 @@ public function time() */ public function test() { - dd(config('firebase.projects.app'), config('broadcasting.connections.apn')); - return response()->json(['status' => 'ok']); } }