Skip to content

Commit

Permalink
fixed class Kladr
Browse files Browse the repository at this point in the history
  • Loading branch information
viktor-melnikov committed Apr 12, 2018
1 parent 7ab9943 commit 52cfc1c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Kladr.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 ] );
}
}
}

0 comments on commit 52cfc1c

Please sign in to comment.