/
home
/
sditechnicalteam
/
public_html
/
app
/
Models
/
File Upload :
llllll
Current File: /home/sditechnicalteam/public_html/app/Models/GoogleCalendarModule.php
<?php namespace App\Models; use App\Traits\HasCompany; /** * App\Models\GoogleCalendarModule * * @property int $id * @property int $lead_status * @property int $leave_status * @property int $invoice_status * @property int $contract_status * @property int $task_status * @property int $event_status * @property int $holiday_status * @property \Illuminate\Support\Carbon|null $created_at * @property \Illuminate\Support\Carbon|null $updated_at * @method static \Illuminate\Database\Eloquent\Builder|GoogleCalendarModule newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|GoogleCalendarModule newQuery() * @method static \Illuminate\Database\Eloquent\Builder|GoogleCalendarModule query() * @method static \Illuminate\Database\Eloquent\Builder|GoogleCalendarModule whereContractStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|GoogleCalendarModule whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|GoogleCalendarModule whereEventStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|GoogleCalendarModule whereHolidayStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|GoogleCalendarModule whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|GoogleCalendarModule whereInvoiceStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|GoogleCalendarModule whereLeadStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|GoogleCalendarModule whereLeaveStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|GoogleCalendarModule whereTaskStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|GoogleCalendarModule whereUpdatedAt($value) * @mixin \Eloquent * @property int|null $company_id * @property-read \App\Models\Company|null $company * @method static \Illuminate\Database\Eloquent\Builder|GoogleCalendarModule whereCompanyId($value) */ class GoogleCalendarModule extends BaseModel { use HasCompany; protected $table = 'google_calendar_modules'; }
Copyright ©2k19 -
Hexid
|
Tex7ure