郑晓宇 6 years ago
parent
commit
176d44360f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Jobs/Settlement.php

+ 1 - 1
app/Jobs/Settlement.php

@@ -11,7 +11,7 @@ use App\Model\Option;
 use App\Model\User;
 use App\Model\Room;
 use App\Model\RoomUser;
-use App\Model\RoomAnser;
+use App\Model\RoomAnswer;
 use App\Model\RoomQuestion;
 use App\Jobs\Distribute;
 use GuzzleHttp\Client;