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

Merge pull request #6 from stein-j/patch-1

Typo
This commit is contained in:
Samuel Štancl 2022-01-04 00:36:25 +01:00 committed by GitHub
commit 41d300bf7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ trait VirtualColumn
/** /**
* We need this property, because both created & saved event listeners * We need this property, because both created & saved event listeners
* decode the data (to take precedence before other created & saved) * 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 * @var string
*/ */