mirror of
https://github.com/archtechx/virtualcolumn.git
synced 2025-12-13 03:44:04 +00:00
Update src/VirtualColumn.php
This commit is contained in:
parent
4510275ec1
commit
93ec843c4c
1 changed files with 2 additions and 2 deletions
|
|
@ -150,8 +150,8 @@ trait VirtualColumn
|
||||||
public function getCasts()
|
public function getCasts()
|
||||||
{
|
{
|
||||||
return array_merge(parent::getCasts(), [
|
return array_merge(parent::getCasts(), [
|
||||||
static::getDataColumn() => 'array',
|
static::getDataColumn() => 'array',
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue