add use for model.stub

This commit is contained in:
daydaygo 2019-06-01 17:06:40 +08:00
parent 5fe69a3aec
commit ecf4c4a3fd

View File

@ -4,6 +4,8 @@ declare(strict_types=1);
namespace %NAMESPACE%;
use Hyperf\DbConnection\Model\Model;
class %CLASS% extends %INHERITANCE%
{
/**