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ů.
2626Instalace
2727---------
2828
29- composer require spoje.net /subreg
29+ composer require spojenet /subreg
3030
3131Konfigurace
3232-----------
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 <info@vitexsoftware.cz> 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 <info@vitexsoftware.cz> Wed, 08 Jan 2025 15:14:54 +0100
11+ -- vitex <info@vitexsoftware.cz> Fri, 10 Jan 2025 12:21:38 +0100
612
713php-spojenet-subreg (1.1.0) unstable; urgency=medium
814
Original file line number Diff line number Diff 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 [
You can’t perform that action at this time.
0 commit comments