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

@@ -1,6 +1,6 @@
<?php
use Crater\Models\Address;
use InvoiceShelf\Models\Address;
use Illuminate\Support\Facades\Artisan;
beforeEach(function () {

View File

@@ -1,7 +1,7 @@
<?php
use Crater\Models\Company;
use Crater\Models\CompanySetting;
use InvoiceShelf\Models\Company;
use InvoiceShelf\Models\CompanySetting;
use Illuminate\Support\Facades\Artisan;
use function Pest\Faker\faker;

View File

@@ -1,6 +1,6 @@
<?php
use Crater\Models\Company;
use InvoiceShelf\Models\Company;
use Illuminate\Support\Facades\Artisan;
beforeEach(function () {

View File

@@ -1,7 +1,7 @@
<?php
use Crater\Models\Address;
use Crater\Models\Country;
use InvoiceShelf\Models\Address;
use InvoiceShelf\Models\Country;
use Illuminate\Support\Facades\Artisan;
beforeEach(function () {

View File

@@ -1,6 +1,6 @@
<?php
use Crater\Models\CustomField;
use InvoiceShelf\Models\CustomField;
use Illuminate\Support\Facades\Artisan;
beforeEach(function () {

View File

@@ -1,6 +1,6 @@
<?php
use Crater\Models\CustomFieldValue;
use InvoiceShelf\Models\CustomFieldValue;
use Illuminate\Support\Facades\Artisan;
beforeEach(function () {

View File

@@ -1,7 +1,7 @@
<?php
use Crater\Models\Address;
use Crater\Models\Customer;
use InvoiceShelf\Models\Address;
use InvoiceShelf\Models\Customer;
use Illuminate\Support\Facades\Artisan;
beforeEach(function () {

View File

@@ -1,8 +1,8 @@
<?php
use Crater\Models\Estimate;
use Crater\Models\EstimateItem;
use Crater\Models\Item;
use InvoiceShelf\Models\Estimate;
use InvoiceShelf\Models\EstimateItem;
use InvoiceShelf\Models\Item;
use Illuminate\Support\Facades\Artisan;
beforeEach(function () {

View File

@@ -1,9 +1,9 @@
<?php
use Crater\Http\Requests\EstimatesRequest;
use Crater\Models\Estimate;
use Crater\Models\EstimateItem;
use Crater\Models\Tax;
use InvoiceShelf\Http\Requests\EstimatesRequest;
use InvoiceShelf\Models\Estimate;
use InvoiceShelf\Models\EstimateItem;
use InvoiceShelf\Models\Tax;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Artisan;

View File

@@ -1,7 +1,7 @@
<?php
use Crater\Models\ExchangeRateLog;
use Crater\Models\Expense;
use InvoiceShelf\Models\ExchangeRateLog;
use InvoiceShelf\Models\Expense;
beforeEach(function () {
Artisan::call('db:seed', ['--class' => 'DatabaseSeeder', '--force' => true]);

View File

@@ -1,6 +1,6 @@
<?php
use Crater\Models\ExpenseCategory;
use InvoiceShelf\Models\ExpenseCategory;
use Illuminate\Support\Facades\Artisan;
beforeEach(function () {

View File

@@ -1,6 +1,6 @@
<?php
use Crater\Models\Expense;
use InvoiceShelf\Models\Expense;
use Illuminate\Support\Facades\Artisan;
beforeEach(function () {

View File

@@ -1,8 +1,8 @@
<?php
use Crater\Models\Invoice;
use Crater\Models\InvoiceItem;
use Crater\Models\Item;
use InvoiceShelf\Models\Invoice;
use InvoiceShelf\Models\InvoiceItem;
use InvoiceShelf\Models\Item;
use Illuminate\Support\Facades\Artisan;
beforeEach(function () {

View File

@@ -1,9 +1,9 @@
<?php
use Crater\Http\Requests\InvoicesRequest;
use Crater\Models\Invoice;
use Crater\Models\InvoiceItem;
use Crater\Models\Tax;
use InvoiceShelf\Http\Requests\InvoicesRequest;
use InvoiceShelf\Models\Invoice;
use InvoiceShelf\Models\InvoiceItem;
use InvoiceShelf\Models\Tax;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Artisan;

View File

@@ -1,10 +1,10 @@
<?php
use Crater\Models\Estimate;
use Crater\Models\EstimateItem;
use Crater\Models\Invoice;
use Crater\Models\InvoiceItem;
use Crater\Models\Item;
use InvoiceShelf\Models\Estimate;
use InvoiceShelf\Models\EstimateItem;
use InvoiceShelf\Models\Invoice;
use InvoiceShelf\Models\InvoiceItem;
use InvoiceShelf\Models\Item;
use Illuminate\Support\Facades\Artisan;
beforeEach(function () {

View File

@@ -1,6 +1,6 @@
<?php
use Crater\Models\PaymentMethod;
use InvoiceShelf\Models\PaymentMethod;
use Illuminate\Support\Facades\Artisan;
beforeEach(function () {

View File

@@ -1,6 +1,6 @@
<?php
use Crater\Models\Payment;
use InvoiceShelf\Models\Payment;
use Illuminate\Support\Facades\Artisan;
beforeEach(function () {

View File

@@ -1,6 +1,6 @@
<?php
use Crater\Models\RecurringInvoice;
use InvoiceShelf\Models\RecurringInvoice;
use Illuminate\Support\Facades\Artisan;
beforeEach(function () {

View File

@@ -1,6 +1,6 @@
<?php
use Crater\Models\Setting;
use InvoiceShelf\Models\Setting;
use Illuminate\Support\Facades\Artisan;
use function Pest\Faker\faker;

View File

@@ -1,10 +1,10 @@
<?php
use Crater\Models\Estimate;
use Crater\Models\EstimateItem;
use Crater\Models\Invoice;
use Crater\Models\InvoiceItem;
use Crater\Models\Tax;
use InvoiceShelf\Models\Estimate;
use InvoiceShelf\Models\EstimateItem;
use InvoiceShelf\Models\Invoice;
use InvoiceShelf\Models\InvoiceItem;
use InvoiceShelf\Models\Tax;
use Illuminate\Support\Facades\Artisan;
beforeEach(function () {

View File

@@ -1,6 +1,6 @@
<?php
use Crater\Models\TaxType;
use InvoiceShelf\Models\TaxType;
use Illuminate\Support\Facades\Artisan;
beforeEach(function () {

View File

@@ -1,7 +1,7 @@
<?php
use Crater\Models\Unit;
use Crater\Models\User;
use InvoiceShelf\Models\Unit;
use InvoiceShelf\Models\User;
use Illuminate\Support\Facades\Artisan;
use Laravel\Sanctum\Sanctum;

View File

@@ -1,6 +1,6 @@
<?php
use Crater\Models\User;
use InvoiceShelf\Models\User;
use Illuminate\Support\Facades\Artisan;
beforeEach(function () {