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 58d0426 commit 1eaa545Copy full SHA for 1eaa545
tests/LaravelSubQuerySugarTest.php
@@ -61,7 +61,7 @@ public function testCastColumn()
61
}
62
63
$results = Invoice::orderByDesc('name')->first();
64
-
+
65
$this->assertEquals(22, $results->name);
66
67
$results = Invoice::castColumn('name', 'signed')->orderByDesc('name')->first();
0 commit comments