forked from friendica/friendica-addons
Bug fix
missing semi-colon
This commit is contained in:
parent
807a9bf383
commit
341320e07e
|
@ -8,7 +8,7 @@
|
|||
*/
|
||||
use Friendica\Core\Addon;
|
||||
use Friendica\Core\Cache;
|
||||
use Friendica\Core\Logger
|
||||
use Friendica\Core\Logger;
|
||||
|
||||
function googlemaps_install()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue