Skip to content

Commit

Permalink
fix dev key (disabled)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjavitz committed Nov 5, 2020
1 parent af3d9fa commit 90ed48b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion translate.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
require('vendor/autoload.php');
require('translateclass.php');
require('env.php');
$devkey = 'AIzaSyAwVUbp5V9wMshjvLE7znoWRd-Mo1Br3vM';
use League\Csv\Reader;

$translater = new Translateclass($devkey);
Expand Down

0 comments on commit 90ed48b

Please sign in to comment.