From 5881f13b815eb7650ec83dfde8d4bf7270fb82b3 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Fri, 21 Oct 2022 11:51:05 +0200 Subject: [PATCH] Correct comment --- tests/VirtualColumnTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/VirtualColumnTest.php b/tests/VirtualColumnTest.php index ab45274..88a198b 100644 --- a/tests/VirtualColumnTest.php +++ b/tests/VirtualColumnTest.php @@ -91,7 +91,7 @@ class VirtualColumnTest extends TestCase /** @test */ public function column_names_are_generated_correctly() { - // AnotherModel's virtual data column name is 'virtual' + // FooModel's virtual data column name is 'virtual' $virtualColumnName = 'virtual->foo'; $customColumnName = 'custom1';