Skip to content

Commit

Permalink
Update translate.php
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjavitz authored Nov 1, 2016
1 parent 0be0550 commit da704d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translate.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// Set your developer key here, make sure it is enabled for domain you are using this from
// and Google Translate API
// https://console.developers.google.com
$client->setDeveloperKey("AIzaSyBhtT1NQMUXBiBYbTms__QDALfubnLDPvA");
$client->setDeveloperKey("");
$service = new Google_Service_Translate($client);

/**
Expand Down

0 comments on commit da704d3

Please sign in to comment.