* fix missing prop of productTest.

This commit is contained in:
dingyongliang
2023-05-04 18:17:12 +08:00
parent 4afb5ec35f
commit 0e4bbba9bf
+5
View File
@@ -1,6 +1,11 @@
<?php
class productTest
{
/**
* @var productModel
* @access private
*/
private productModel $objectModel;
/**
* __construct