Skip to content

Commit 3a8119f

Browse files
committed
Bug fix
1 parent dd50e7f commit 3a8119f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/database/migrations/2020_01_19_114400_update_plugin_settings_table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function up()
3232
"php_class": "App\\\\LaravelCms\\\\Plugins\\\\Translator\\\\Controllers\\\\TranslatorController",
3333
"api_provider": "google_free",
3434
"app_id": "google_free_001",
35-
"app_key": "google_free_002"
35+
"app_key": "google_free_001"
3636
}',
3737
];
3838
LaravelCmsSetting::UpdateOrCreate(

0 commit comments

Comments
 (0)