From 93ec843c4cb38bf4575db7301047dd68b613810c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Mon, 14 Aug 2023 12:52:50 +0200 Subject: [PATCH] Update src/VirtualColumn.php --- src/VirtualColumn.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/VirtualColumn.php b/src/VirtualColumn.php index c68a0e6..3f96af4 100644 --- a/src/VirtualColumn.php +++ b/src/VirtualColumn.php @@ -150,8 +150,8 @@ trait VirtualColumn public function getCasts() { return array_merge(parent::getCasts(), [ - static::getDataColumn() => 'array', - ]); + static::getDataColumn() => 'array', + ]); } /**