We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a9d836 commit c55b2afCopy full SHA for c55b2af
tests/Casts/StringTest.php
@@ -31,7 +31,7 @@ public function testString(): void
31
self::assertEquals("Losing hope, don't mean I'm hopeless And maybe all I need is time", $model->stringContent);
32
33
$now = now();
34
- $model->update(['stringContent' => now()]);
+ $model->update(['stringContent' => $now]);
35
36
self::assertIsString($model->stringContent);
37
self::assertEquals((string) $now, $model->stringContent);
0 commit comments