Skip to content

Commit

Permalink
remove test dump
Browse files Browse the repository at this point in the history
  • Loading branch information
roncodes committed Feb 21, 2024
1 parent 1bd34c5 commit 9c21c00
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Http/Controllers/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ public function time()
*/
public function test()
{
dd(config('firebase.projects.app'), config('broadcasting.connections.apn'));

return response()->json(['status' => 'ok']);
}
}

0 comments on commit 9c21c00

Please sign in to comment.