Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Feb 27, 2023
1 parent 1ff27c5 commit 3a3fccb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion API/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
use Dfe\ZohoCRM\Settings;
# 2017-07-08
/** @method Settings ss() */
final class Client extends \Df\Zoho\API\Client {
final class Client extends \Dfe\Zoho\API\Client {
/**
* 2017-07-08 https://www.zoho.eu/crm/help/api/getmodules.html#Request_URL
* @override
Expand Down
2 changes: 1 addition & 1 deletion App.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
namespace Dfe\ZohoCRM;
# 2017-07-06
final class App extends \Df\Zoho\App{
final class App extends \Dfe\Zoho\App{

}
2 changes: 1 addition & 1 deletion Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
namespace Dfe\ZohoCRM;
# 2017-07-05
/** @method static Settings s() */
final class Settings extends \Df\Zoho\Settings {
final class Settings extends \Dfe\Zoho\Settings {
/**
* 2017-07-08
* @used-by \Dfe\ZohoCRM\API\Client::urlBase()
Expand Down
2 changes: 1 addition & 1 deletion Test/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
* 2017-07-05
* @see \Dfe\ZohoBooks\Test\Basic
*/
abstract class TestCase extends \Df\Zoho\Test\TestCase {}
abstract class TestCase extends \Dfe\Zoho\Test\TestCase {}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/zoho-crm"
,"version": "0.1.0"
,"version": "0.1.1"
,"description": "Zoho CRM integration with Magento 2"
,"type": "magento2-module"
,"homepage": "https://github.com/mage2pro/zoho-crm"
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
>
<module name='Dfe_ZohoCRM' setup_version='1.0.0'>
<sequence>
<module name='Df_Zoho'/>
<module name='Dfe_Zoho'/>
</sequence>
</module>
</config>

0 comments on commit 3a3fccb

Please sign in to comment.