1
0
Fork 0
mirror of https://github.com/archtechx/virtualcolumn.git synced 2025-12-12 14:14:05 +00:00

Update src/VirtualColumn.php

This commit is contained in:
Samuel Štancl 2023-08-14 12:52:50 +02:00 committed by GitHub
parent 4510275ec1
commit 93ec843c4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -150,8 +150,8 @@ trait VirtualColumn
public function getCasts()
{
return array_merge(parent::getCasts(), [
static::getDataColumn() => 'array',
]);
static::getDataColumn() => 'array',
]);
}
/**