Skip to content

Commit fa2e615

Browse files
committed
v1.2.1 release
1 parent 9faccea commit fa2e615

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ knihovny do vašich projektů.
2626
Instalace
2727
---------
2828

29-
composer require spoje.net/subreg
29+
composer require spojenet/subreg
3030

3131
Konfigurace
3232
-----------

debian/changelog

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
php-spojenet-subreg (1.2.0) UNRELEASED; urgency=medium
1+
php-spojenet-subreg (1.2.1) UNRELEASED; urgency=medium
2+
3+
* update
4+
5+
-- vitex <[email protected]> Fri, 10 Jan 2025 12:21:46 +0100
6+
7+
php-spojenet-subreg (1.2.0) unstable; urgency=medium
28

39
* strict types
410

5-
-- vitex <[email protected]> Wed, 08 Jan 2025 15:14:54 +0100
11+
-- vitex <[email protected]> Fri, 10 Jan 2025 12:21:38 +0100
612

713
php-spojenet-subreg (1.1.0) unstable; urgency=medium
814

src/Subreg/Client.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class Client extends \Ease\Molecule
6868
*/
6969
public function __construct(array $config = [])
7070
{
71-
$this->config = $config ? self::env2conf(\Ease\Shared::instanced()->configuration) : $config;
71+
$this->config = $config ?: self::env2conf(\Ease\Shared::instanced()->configuration);
7272
$this->soaper = new \SoapClient(
7373
null,
7474
[

0 commit comments

Comments
 (0)