Compare commits
2 Commits
7f81b987c9
...
ae172b902c
| Author | SHA1 | Date | |
|---|---|---|---|
| ae172b902c | |||
| d3cb68c5ca |
6
common/Form/Model.php
Normal file
6
common/Form/Model.php
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<?php
|
||||||
|
namespace ProVM\Common\Form;
|
||||||
|
|
||||||
|
use ProVM\Common\Define\Model as BaseModel;
|
||||||
|
|
||||||
|
abstract class Model extends BaseModel {}
|
||||||
Reference in New Issue
Block a user