Change namespace

This commit is contained in:
Darko Gjorgjijoski
2024-01-27 23:53:20 +01:00
parent aef8b228b8
commit 6b80b5f48d
550 changed files with 3398 additions and 3278 deletions

View File

@@ -9,12 +9,12 @@
* @see https://github.com/vinkla/laravel-hashids
*/
use Crater\Models\Company;
use Crater\Models\EmailLog;
use Crater\Models\Estimate;
use Crater\Models\Invoice;
use Crater\Models\Payment;
use Crater\Models\Transaction;
use InvoiceShelf\Models\Company;
use InvoiceShelf\Models\EmailLog;
use InvoiceShelf\Models\Estimate;
use InvoiceShelf\Models\Invoice;
use InvoiceShelf\Models\Payment;
use InvoiceShelf\Models\Transaction;
return [