REFACTORING: framework cleanup, preparing for php7.4 and loading dependencies from composer
This commit is contained in:
@@ -34,7 +34,7 @@ abstract class Db implements IDb
|
||||
* @desc getter for the table constant array
|
||||
* @return array
|
||||
*/
|
||||
private static function getTable()
|
||||
private static function getTable(): array
|
||||
{
|
||||
return self::$table;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user