Google2Fa ready to upload

This commit is contained in:
Kevin Adametz 2021-11-09 18:38:44 +01:00
parent e3495be8b8
commit 73e38a006e
127 changed files with 2637 additions and 589 deletions

View file

@ -95,6 +95,15 @@ use Illuminate\Database\Eloquent\Collection;
* @property-read \App\Models\Sym\TravelCountry|null $travel_country_crm
* @property bool|null $is_rebook
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\Lead whereIsRebook($value)
* @property-read Collection|\App\Models\LeadFile[] $lead_files
* @property-read int|null $lead_files_count
* @property-read \App\Models\LeadMail|null $lead_mail_last
* @property-read Collection|\App\Models\LeadMail[] $lead_mails
* @property-read int|null $lead_mails_count
* @property-read Collection|\App\Models\LeadMail[] $lead_mails_sent_at
* @property-read int|null $lead_mails_sent_at_count
* @property-read Collection|\App\Models\LeadNotice[] $lead_notices
* @property-read int|null $lead_notices_count
*/
class Lead extends Model
{