Skip to content

Commit 7f011f9

Browse files
author
Vítězslav Dvořák
committed
strict types update
1 parent 100b972 commit 7f011f9

2 files changed

Lines changed: 11 additions & 14 deletions

File tree

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ Requirements
1919
* php-sqlsrv
2020
* php-ease-fluentpdo
2121

22+
23+
Composer
24+
--------
25+
26+
```shell
27+
composer require spojenet/pohoda-sql
28+
```
29+
2230
Configuration
2331
-------------
2432

@@ -41,16 +49,10 @@ $addr = new Adresar(['ICO'=>'69438676']); //Load record by ICO
4149

4250
See https://github.com/VitexSoftware/php-ease-fluentpdo for mor informations
4351

44-
Installation
45-
------------
46-
47-
Composer is supported:
48-
49-
```shell
50-
composer require spojenet/pohoda-sql
51-
```
52+
Debian Package
53+
--------------
5254

53-
also debian package is availble:
55+
also package for debian/ubuntu is availble:
5456

5557
```shell
5658
wget -qO- https://repo.vitexsoftware.com/keyring.gpg | sudo tee /etc/apt/trusted.gpg.d/vitexsoftware.gpg

src/SpojeNet/PohodaSQL/Agenda.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,6 @@ class Agenda extends \Ease\SQL\Engine
113113
public const REQUESTS = 97; // Requests | Poptávky
114114
public const LAST_YEARS_STATEMENTS = 98; // Last year's statements | Výkazy minulého roku
115115

116-
/**
117-
* Klíčový sloupeček v pohodě.
118-
*/
119-
public string $keyColumn = 'ID'; // sloupeček pro defaultní klíčování
120-
121116
/**
122117
* SQL Table structure.
123118
*

0 commit comments

Comments
 (0)