We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47e1871 commit d1db8caCopy full SHA for d1db8ca
src/App/Events/OrderStatusUpdated.php
@@ -1,7 +1,6 @@
1
<?php
2
namespace CoreCMF\Omnipay\App\Events;
3
4
-use Auth;
5
use Illuminate\Queue\SerializesModels;
6
use Illuminate\Broadcasting\PrivateChannel;
7
use Illuminate\Contracts\Broadcasting\ShouldBroadcast;
@@ -10,7 +9,6 @@ class OrderStatusUpdated implements ShouldBroadcast
10
9
{
11
use SerializesModels;
12
13
- // protected $orderModel;
14
public $order;
15
16
/**
0 commit comments