diff --git a/app/Exports/BranchExport.php b/app/Exports/BranchExport.php index fdf70d1..702c322 100644 --- a/app/Exports/BranchExport.php +++ b/app/Exports/BranchExport.php @@ -6,7 +6,7 @@ use Maatwebsite\Excel\Concerns\WithColumnFormatting; use Maatwebsite\Excel\Concerns\WithHeadings; use Maatwebsite\Excel\Concerns\WithMapping; - use Modules\Lpj\Models\Branch; + use Modules\Basicdata\Models\Branch; use PhpOffice\PhpSpreadsheet\Style\NumberFormat; class BranchExport implements WithColumnFormatting, WithHeadings, FromCollection, withMapping