File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 88use \BNETDocs \Libraries \Exceptions \PacketNotFoundException ;
99use \BNETDocs \Libraries \Logger ;
1010use \BNETDocs \Libraries \Packet ;
11- use \BNETDocs \Libraries \User ;
1211use \BNETDocs \Libraries \Product ;
12+ use \BNETDocs \Libraries \User ;
1313use \BNETDocs \Models \Packet \Edit as PacketEditModel ;
1414
1515use \CarlBennett \MVC \Libraries \Common ;
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ public static function getProductsFromIds($product_ids) {
9494 $ products = [];
9595 if ($ product_ids !== null ) {
9696 foreach ($ product_ids as $ bnet_product_id ) {
97- $ products [] = new Product ($ bnet_product_id );
97+ $ products [] = new self ($ bnet_product_id );
9898 }
9999 }
100100 return $ products ;
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ class Edit extends Model {
1818 public $ packet_id ;
1919 public $ published ;
2020 public $ remarks ;
21- public $ user ;
2221 public $ used_by ;
22+ public $ user ;
2323
2424}
You can’t perform that action at this time.
0 commit comments