diff --git a/src/Kladr.php b/src/Kladr.php index 057ba4f..0aff511 100755 --- a/src/Kladr.php +++ b/src/Kladr.php @@ -54,8 +54,6 @@ public function search( $q = null, $type = null, $parent_id = null, $parent_type ]; } - dd( $data ); - return response()->json( [ 'q' => $q, 'results' => $data ] ); } -} \ No newline at end of file +}