File "ImportAction.php"

Full Path: /home/tecassol/public_html/tecas-solar.ma/vendor/filament/actions/src/ImportAction.php
File size: 109 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Filament\Actions;

class ImportAction extends Action
{
    use Concerns\CanImportRecords;
}