vvvsvsdgdsrytvvfPK (\"
V V ! Jobs/SubscriptionReminderMail.phpnu [ vendor = $vendor;
$this->bs = $bs;
$this->expire_date = $expire_date;
}
/**
* Execute the job.
*
* @return void
*/
public function handle()
{
$mailer = new MegaMailer();
$data = [
'toMail' => $this->vendor->email,
'toName' => $this->vendor->username,
'username' => $this->vendor->username,
'last_day_of_membership' => $this->expire_date,
'login_link' => 'Login',
'website_title' => $this->bs->website_title,
'templateType' => 'membership_expiry_reminder'
];
$mailer->mailFromAdmin($data);
}
}
PK (\LɃ Jobs/SubscriptionExpiredMail.phpnu [ vendor = $vendor;
$this->bs = $bs;
}
/**
* Execute the job.
*
* @return void
*/
public function handle()
{
$mailer = new MegaMailer();
$data = [
'toMail' => $this->vendor->email,
'toName' => $this->vendor->fname,
'username' => $this->vendor->username,
'website_title' => $this->bs->website_title,
'templateType' => 'membership_expired',
'login_link' => 'Login'
];
$mailer->mailFromAdmin($data);
}
}
PK (\| | Models/Language.phpnu [ hasMany(FAQ::class);
}
public function customPageInfo()
{
return $this->hasMany(PageContent::class);
}
public function footerContent()
{
return $this->hasOne(FooterContent::class);
}
public function footerQuickLink()
{
return $this->hasMany(QuickLink::class);
}
public function announcementPopup()
{
return $this->hasMany(Popup::class);
}
public function blogCategory()
{
return $this->hasMany(BlogCategory::class);
}
public function blogInformation()
{
return $this->hasMany(BlogInformation::class);
}
public function menuInfo()
{
return $this->hasOne(MenuBuilder::class, 'language_id', 'id');
}
public function workProcessSection()
{
return $this->hasOne(WorkProcessSection::class, 'language_id', 'id');
}
public function workProcess()
{
return $this->hasMany(WorkProcess::class, 'language_id', 'id');
}
public function featureSection()
{
return $this->hasOne(FeatureSection::class, 'language_id', 'id');
}
public function counterInfo()
{
return $this->hasMany(CounterInformation::class, 'language_id', 'id');
}
public function aminiteInfo()
{
return $this->hasMany(Aminite::class, 'language_id', 'id');
}
public function countryInfo()
{
return $this->hasMany(Country::class, 'language_id', 'id');
}
public function stateInfo()
{
return $this->hasMany(State::class, 'language_id', 'id');
}
public function cityInfo()
{
return $this->hasMany(City::class, 'language_id', 'id');
}
public function counterSection()
{
return $this->hasMany(CounterSection::class, 'language_id', 'id');
}
public function testimonialSection()
{
return $this->hasOne(TestimonialSection::class, 'language_id', 'id');
}
public function testimonial()
{
return $this->hasMany(Testimonial::class, 'language_id', 'id');
}
public function callToActionSection()
{
return $this->hasOne(CallToActionSection::class, 'language_id', 'id');
}
public function videoSection()
{
return $this->hasOne(VideoSection::class, 'language_id', 'id');
}
public function blogSection()
{
return $this->hasOne(BlogSection::class, 'language_id', 'id');
}
public function locationSection()
{
return $this->hasOne(LocationSection::class, 'language_id', 'id');
}
public function shippingCharge()
{
return $this->hasMany(ShippingCharge::class);
}
public function productCategory()
{
return $this->hasMany(ProductCategory::class);
}
public function listingFAq()
{
return $this->hasMany(ListingFaq::class);
}
public function productContent()
{
return $this->hasMany(ProductContent::class);
}
public function heroSection()
{
return $this->hasOne(HeroSection::class, 'language_id', 'id');
}
//new relation are goes here
public function listingCategory()
{
return $this->hasMany(ListingCategory::class);
}
public function CategorySection()
{
return $this->hasMany(CategorySection::class);
}
public function vendorInfo()
{
return $this->hasOne(VendorInfo::class);
}
public function sliderInfo()
{
return $this->hasMany(Slider::class, 'language_id', 'id');
}
public function banner()
{
return $this->hasOne(Banner::class);
}
public function pageName()
{
return $this->hasOne(PageHeading::class);
}
public function seoInfo()
{
return $this->hasOne(SEO::class);
}
public function cookieAlertInfo()
{
return $this->hasOne(CookieAlert::class);
}
}
PK (\\q Models/RolePermission.phpnu [ hasMany(Admin::class, 'role_id', 'id');
}
}
PK (\xҸ % Models/BasicSettings/MailTemplate.phpnu [ belongsTo(Language::class);
}
}
PK (\