Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Feb 27, 2023
1 parent 1e51f95 commit a417914
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Block/Metadata.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
namespace Dfe\GoogleBackendLogin\Block;
use Df\Google\Settings as S;
use Dfe\Google\Settings as S;
class Metadata extends \Magento\Backend\Block\AbstractBlock {
/**
* @override
Expand Down
2 changes: 1 addition & 1 deletion Plugin/Backend/App/AbstractAction.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
namespace Dfe\GoogleBackendLogin\Plugin\Backend\App;
use Df\Google\Settings as S;
use Dfe\Google\Settings as S;
use Magento\Backend\App\AbstractAction as Sb;
use Magento\Framework\App\RequestInterface;
class AbstractAction {
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/google-backend-login"
,"version": "1.1.0"
,"version": "1.1.1"
,"description": "The «Backend Login with Google Account» extension for Magento 2"
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/google-backend-login"
Expand Down

0 comments on commit a417914

Please sign in to comment.