From 4c9006497731e4c798f889563daae384e4f7f2d2 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Fri, 13 Oct 2023 08:46:55 +0200 Subject: [PATCH] Correct test --- tests/VirtualColumnTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/VirtualColumnTest.php b/tests/VirtualColumnTest.php index 948feba..23c11c0 100644 --- a/tests/VirtualColumnTest.php +++ b/tests/VirtualColumnTest.php @@ -136,7 +136,7 @@ class VirtualColumnTest extends TestCase } // Reset static property - VirtualColumn::$customEncryptedCastables = []; + MyModel::$customEncryptedCastables = []; } }