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

Correct test

This commit is contained in:
lukinovec 2023-10-13 08:46:55 +02:00
parent 5c33e250dd
commit 4c90064977

View file

@ -136,7 +136,7 @@ class VirtualColumnTest extends TestCase
}
// Reset static property
VirtualColumn::$customEncryptedCastables = [];
MyModel::$customEncryptedCastables = [];
}
}