Common models
This commit is contained in:
12
src/common/Action.php
Normal file
12
src/common/Action.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
namespace Incoviba\common;
|
||||
|
||||
use Incoviba\Common\Alias\OldModel as Model;
|
||||
|
||||
/**
|
||||
* @property int $id
|
||||
* @property string $description
|
||||
*/
|
||||
class Action extends Model
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user