Cannot modify readonly property error caused by MySQLI bind_param

Advertisements Are PHP8.1 read-only properties compatible with bind_param? Here is my constructor public function __construct( private readonly ?bool $alreadyLive, //If true, the article is already live and will be updated. If false, it is a new article private readonly bool $pushLive, //If true, the article will be pushed live. If false, it will be saved… Read More Cannot modify readonly property error caused by MySQLI bind_param