From 11e678c435a2beb01dd046f6880c21b3db10fbc5 Mon Sep 17 00:00:00 2001 From: Jori Stein <44996807+stein-j@users.noreply.github.com> Date: Tue, 4 Jan 2022 00:23:23 +0100 Subject: [PATCH] Typo --- src/VirtualColumn.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VirtualColumn.php b/src/VirtualColumn.php index 61c2f00..a8d263d 100644 --- a/src/VirtualColumn.php +++ b/src/VirtualColumn.php @@ -16,7 +16,7 @@ trait VirtualColumn /** * We need this property, because both created & saved event listeners * decode the data (to take precedence before other created & saved) - * listeners, but we don't want the dadta to be decoded twice. + * listeners, but we don't want the data to be decoded twice. * * @var string */