ソースを参照

Update Status model

Daniel Supernault 2 ヶ月 前
コミット
7d7a60dceb
1 ファイル変更1 行追加0 行削除
  1. 1 0
      app/Status.php

+ 1 - 0
app/Status.php

@@ -2,6 +2,7 @@
 
 namespace App;
 
+use App\HasSnowflakePrimary;
 use App\Http\Controllers\StatusController;
 use App\Models\Poll;
 use App\Models\StatusEdit;