Merge branch 'develop'

This commit is contained in:
2020-07-22 22:57:48 -04:00

View File

@ -12,7 +12,7 @@ abstract class Model extends BaseModel implements ModelInterface {
const SELF_CONNECT_KEY = 'self_connect_key';
const SIBLING_CONNECT_KEY = 'sibling_connect_key';
public function getTable() {
public function getTable(): string {
return static::$_table;
}