File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ knihovny do vašich projektů.
26
26
Instalace
27
27
---------
28
28
29
- composer require spoje.net /subreg
29
+ composer require spojenet /subreg
30
30
31
31
Konfigurace
32
32
-----------
Original file line number Diff line number Diff line change 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
2
8
3
9
* strict types
4
10
5
- -- vitex <
[email protected] >
Wed, 08 Jan 2025
15:14:54 +0100
11
+ -- vitex <
[email protected] >
Fri, 10 Jan 2025
12:21:38 +0100
6
12
7
13
php-spojenet-subreg (1.1.0) unstable; urgency=medium
8
14
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ class Client extends \Ease\Molecule
68
68
*/
69
69
public function __construct (array $ config = [])
70
70
{
71
- $ this ->config = $ config ? self ::env2conf (\Ease \Shared::instanced ()->configuration ) : $ config ;
71
+ $ this ->config = $ config ?: self ::env2conf (\Ease \Shared::instanced ()->configuration );
72
72
$ this ->soaper = new \SoapClient (
73
73
null ,
74
74
[
You can’t perform that action at this time.
0 commit comments