Version 3.0
New technologies
This commit is contained in:
8
api/common/Alias/Model.php
Normal file
8
api/common/Alias/Model.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
namespace Common\Alias;
|
||||
|
||||
use Common\Concept\Model as ModelInterface;
|
||||
|
||||
abstract class Model implements ModelInterface
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user