mirror of
https://github.com/archtechx/virtualcolumn.git
synced 2025-12-12 08:24:04 +00:00
Correct comment
This commit is contained in:
parent
c0cd839acc
commit
5881f13b81
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ class VirtualColumnTest extends TestCase
|
||||||
/** @test */
|
/** @test */
|
||||||
public function column_names_are_generated_correctly()
|
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';
|
$virtualColumnName = 'virtual->foo';
|
||||||
$customColumnName = 'custom1';
|
$customColumnName = 'custom1';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue