mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-02 11:48:08 +08:00
add use for model.stub
This commit is contained in:
parent
5fe69a3aec
commit
ecf4c4a3fd
@ -4,6 +4,8 @@ declare(strict_types=1);
|
||||
|
||||
namespace %NAMESPACE%;
|
||||
|
||||
use Hyperf\DbConnection\Model\Model;
|
||||
|
||||
class %CLASS% extends %INHERITANCE%
|
||||
{
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user