?
Current File : /home/sanghavirealty/public_html/vendorazwer/livewire/livewire/src/WithFileUploads.php
<?php

namespace Livewire;

use Livewire\Features\SupportFileUploads\WithFileUploads as BaseWithFileUploads;

trait WithFileUploads
{
   use BaseWithFileUploads;
}