FIX: Define

This commit is contained in:
2020-07-22 22:56:40 -04:00
parent f63ec7a482
commit 7899b9f6c8

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;
}