Initial import
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
namespace app\models;
|
||||
|
||||
/**
|
||||
* Class Inquiries
|
||||
* @package app\models
|
||||
* @property $id
|
||||
* @property $name
|
||||
* @property $email
|
||||
* @property $operation
|
||||
* @property $error
|
||||
* @property $date_time
|
||||
*/
|
||||
class Inquiries extends _Base {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user