Commit cceca61a83ec494b5d4ced4e136ec9929d34b504

Authored by Alex Savenko
1 parent 8158f868

testing

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
backend/config/main.php
@@ -169,7 +169,7 @@ return [ @@ -169,7 +169,7 @@ return [
169 ] 169 ]
170 ], 170 ],
171 'googleApi' => [ 171 'googleApi' => [
172 - 'class' => '\vendor\skeeks\yii2\googleApi\GoogleApiComponent', 172 + 'class' => '\skeeks\yii2\googleApi\GoogleApiComponent',
173 'developer_key' => 'AIzaSyAYpoZOIyddp23AILP7GzyFBzTx1P_kHgQ', 173 'developer_key' => 'AIzaSyAYpoZOIyddp23AILP7GzyFBzTx1P_kHgQ',
174 ] 174 ]
175 175