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

Break code style (testing)

This commit is contained in:
lukinovec 2023-08-09 12:16:57 +02:00
parent 4cfff533d6
commit 06703921f0

View file

@ -147,9 +147,7 @@ trait VirtualColumn
static::$afterListeners[$event][] = $callback; static::$afterListeners[$event][] = $callback;
} }
public function getCasts() public function getCasts(){return array_merge(parent::getCasts(), [
{
return array_merge(parent::getCasts(), [
static::getDataColumn() => 'array', static::getDataColumn() => 'array',
]); ]);
} }