-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename package and namespaces to bitrix24-php-lib
Updated the project name and adjusted namespaces to align with the new package name "bitrix24-php-lib" instead of "bitrix24-app-core". This change affects multiple files including source, test, and configuration files. Signed-off-by: mesilov <[email protected]>
- Loading branch information
Showing
5 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?php | ||
/** | ||
* This file is part of the bitrix24-app-core package. | ||
* This file is part of the bitrix24-php-lib package. | ||
* | ||
* © Maksim Mesilov <[email protected]> | ||
* | ||
|
@@ -10,7 +10,7 @@ | |
|
||
declare(strict_types=1); | ||
|
||
namespace Bitrix24\SDK\ApplicationCore\Bitrix24Accounts\Entity; | ||
namespace Bitrix24\SDK\Lib\Bitrix24Accounts\Entity; | ||
|
||
use Bitrix24\SDK\Application\Contracts\Bitrix24Accounts\Entity\Bitrix24AccountInterface; | ||
use Bitrix24\SDK\Application\Contracts\Bitrix24Accounts\Entity\Bitrix24AccountStatus; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?php | ||
|
||
/** | ||
* This file is part of the bitrix24-app-core package. | ||
* This file is part of the bitrix24-php-lib package. | ||
* | ||
* © Maksim Mesilov <[email protected]> | ||
* | ||
|
@@ -11,7 +11,7 @@ | |
|
||
declare(strict_types=1); | ||
|
||
namespace Bitrix24\SDK\ApplicationCore\Tests\Unit\Bitrix24Accounts\Entity; | ||
namespace Bitrix24\SDK\Lib\Tests\Unit\Bitrix24Accounts\Entity; | ||
|
||
use Bitrix24\SDK\Application\Contracts\Bitrix24Accounts\Entity\Bitrix24AccountInterface; | ||
use Bitrix24\SDK\Application\Contracts\Bitrix24Accounts\Entity\Bitrix24AccountStatus; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?php | ||
|
||
/** | ||
* This file is part of the bitrix24-app-core package. | ||
* This file is part of the bitrix24-php-lib package. | ||
* | ||
* © Maksim Mesilov <[email protected]> | ||
* | ||
|