Browse Source

Update Status model

Daniel Supernault 2 tháng trước cách đây
mục cha
commit
7d7a60dceb
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;