|
@@ -16,7 +16,7 @@ use App\Modules\Channel\Models\ReportToChannelUsers;
|
|
|
class ReportToChannelUserAndOrderService
|
|
|
{
|
|
|
public static $user_type = 'user';
|
|
|
- public static $order_type = 'user';
|
|
|
+ public static $order_type = 'order';
|
|
|
|
|
|
const SUCCESS = 'success';
|
|
|
|