Skip to content
Snippets Groups Projects

PHP 8.1 compatibility

Merged Laurent requested to merge compat81 into master
Files
4
@@ -39,7 +39,7 @@ abstract class Storm_Model_Abstract {
/**
* @var string
*/
protected $_table_primary = null;
protected $_table_primary = 'id';
/**
* @var array
@@ -1491,4 +1491,4 @@ abstract class Storm_Model_Abstract {
public function isFixedId() {
return $this->_fixed_id;
}
}
\ No newline at end of file
}