module shop crud
This commit is contained in:
@ -4,6 +4,17 @@ namespace app\modules\module_shop\models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
/**
|
||||
* @property int $id
|
||||
* @property string $name
|
||||
* @property string $slug
|
||||
* @property string $version
|
||||
* @property string $description
|
||||
* @property string $author
|
||||
* @property int $status
|
||||
* @property string $path_to_archive
|
||||
* @property string $dependence
|
||||
*/
|
||||
class ModuleShop extends Model
|
||||
{
|
||||
const DISABLE_STATUS = 0;
|
||||
|
Reference in New Issue
Block a user