mirror of
https://github.com/archtechx/virtualcolumn.git
synced 2025-12-12 08:24:04 +00:00
Break code style (testing)
This commit is contained in:
parent
4cfff533d6
commit
06703921f0
1 changed files with 1 additions and 3 deletions
|
|
@ -147,9 +147,7 @@ trait VirtualColumn
|
|||
static::$afterListeners[$event][] = $callback;
|
||||
}
|
||||
|
||||
public function getCasts()
|
||||
{
|
||||
return array_merge(parent::getCasts(), [
|
||||
public function getCasts(){return array_merge(parent::getCasts(), [
|
||||
static::getDataColumn() => 'array',
|
||||
]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue