Skip to content

Commit 1eaa545

Browse files
committed
update PSR
1 parent 58d0426 commit 1eaa545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/LaravelSubQuerySugarTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function testCastColumn()
6161
}
6262

6363
$results = Invoice::orderByDesc('name')->first();
64-
64+
6565
$this->assertEquals(22, $results->name);
6666

6767
$results = Invoice::castColumn('name', 'signed')->orderByDesc('name')->first();

0 commit comments

Comments
 (0)