summaryrefslogtreecommitdiff
path: root/app/Module/IndividualListModule.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Module/IndividualListModule.php')
-rw-r--r--app/Module/IndividualListModule.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Module/IndividualListModule.php b/app/Module/IndividualListModule.php
index 4fe7163674..5720a53d1a 100644
--- a/app/Module/IndividualListModule.php
+++ b/app/Module/IndividualListModule.php
@@ -832,7 +832,7 @@ class IndividualListModule extends AbstractModule implements ModuleListInterface
*
* @return Expression
*/
- private function binaryColumn(string $column, string $alias = null): Expression
+ private function binaryColumn(string $column, string|null $alias = null): Expression
{
if (DB::connection()->getDriverName() === 'mysql') {
$sql = 'CAST(' . $column . ' AS binary)';