PHP 8.1 - PDO::quote(): Passing null to parameter #1 ($string) of type string is deprecated in /vendor/itsgoingd/clockwork/Clockwork/DataSource/EloquentDataSource.php on line 271 #544
I'm getting this Warning after upgrading to php 8.1:
PDO::quote(): Passing null to parameter #1 ($string) of type string is deprecated in /vendor/itsgoingd/clockwork/Clockwork/DataSource/EloquentDataSource.php on line 271
I'm getting this Warning after upgrading to php 8.1:
PDO::quote(): Passing null to parameter #1 ($string) of type string is deprecated in /vendor/itsgoingd/clockwork/Clockwork/DataSource/EloquentDataSource.php on line 271
Any quick fix?