Skip to content

Commit f42acd3

Browse files
committed
added mapping possibility for tables and columns of tables to avoid keyword issues
1 parent 35f6fee commit f42acd3

File tree

114 files changed

+866
-640
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+866
-640
lines changed

src/dba/AbstractModel.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ abstract function getPrimaryKeyValue();
2424
* @param $id string
2525
* @return
2626
*/
27-
abstract function setId($id): void;
27+
abstract function setId(string $id): void;
2828

2929
/**
3030
* this function returns the models id

0 commit comments

Comments
 (0)