Akaunting/config/import.php

20 lines
263 B
PHP

<?php
use App\Models\Banking\Transaction;
use App\Models\Common\Contact;
use App\Models\Document\Document;
use App\Models\Setting\Category;
return [
// Group
'banking' => [
// Type
'transaction' => [
],
],
];