mirror of
https://github.com/archtechx/virtualcolumn.git
synced 2025-12-12 08:24:04 +00:00
Correct typo
This commit is contained in:
parent
b573ec6cb9
commit
826c33f647
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ class VirtualColumnTest extends TestCase
|
|||
$this->assertSame('xyz', $model->getOriginal('abc'));
|
||||
$this->assertSame(null, $model->data);
|
||||
|
||||
// Model can be retrieved after update & is structure correctly
|
||||
// Model can be retrieved after update & is structured correctly
|
||||
$model = MyModel::first();
|
||||
|
||||
$this->assertSame('baz', $model->foo);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue