'boolean', ]; /** * Get the pages that use this footer template. */ public function pages(): HasMany { return $this->hasMany(Page::class, 'footer_template_id'); } }