tgz 2 years ago
parent
commit
02c9d6a702
1 changed files with 1 additions and 5 deletions
  1. 1 5
      app/Jobs/QappOrder.php

+ 1 - 5
app/Jobs/QappOrder.php

@@ -18,11 +18,7 @@ class QappOrder implements ShouldQueue
 {
     use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
 
-    private $ip;
-    private $ua;
-    private $channel_id;
-    private $uid;
-    private $register_time;
+    private $order_on;
 
     /**
      * Create a new job instance.