: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
namespace Nextend\Framework\Model;
use Nextend\Framework\Pattern\MVCHelperTrait;
abstract class AbstractModel {
* AbstractModel constructor.
* @param MVCHelperTrait $helper
public function __construct($helper) {
$this->setMVCHelper($helper);
protected function init() {