revert exam index seedbouns

This commit is contained in:
xiaomlove
2022-02-22 13:34:50 +08:00
parent e9d6aac31a
commit 411d266cbd
28 changed files with 30 additions and 23 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ class Test extends Command
*/
public function handle()
{
$r = floatval(25.32);
$r = User::query()->first()->seed_points;
dd($r);
}