first commit
This commit is contained in:
8
application/command/stub/Model.stub
Normal file
8
application/command/stub/Model.stub
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace app\models;
|
||||
|
||||
class $modelModel extends AbstractBaseModel
|
||||
{
|
||||
protected $name = '$model';
|
||||
}
|
Reference in New Issue
Block a user