Customer Mail, Mails, Views Lead Customer
This commit is contained in:
parent
f1e0900a7a
commit
f53f17f9c1
46 changed files with 2217 additions and 1489 deletions
|
|
@ -11,13 +11,20 @@ use Reliese\Database\Eloquent\Model;
|
|||
|
||||
/**
|
||||
* Class Keyword
|
||||
*
|
||||
*
|
||||
* @property int $id
|
||||
* @property string $name
|
||||
* @property Carbon $created_at
|
||||
* @property Carbon $updated_at
|
||||
*
|
||||
* @package App\Models
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\Keyword newModelQuery()
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\Keyword newQuery()
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\Keyword query()
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\Keyword whereCreatedAt($value)
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\Keyword whereId($value)
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\Keyword whereName($value)
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\Keyword whereUpdatedAt($value)
|
||||
* @mixin \Eloquent
|
||||
*/
|
||||
class Keyword extends Model
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue