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,9 +1,9 @@
<?php
namespace Crater\Console\Commands;
namespace InvoiceShelf\Console\Commands;
use Carbon\Carbon;
use Crater\Models\Estimate;
use InvoiceShelf\Models\Estimate;
use Illuminate\Console\Command;
class CheckEstimateStatus extends Command

View File

@@ -1,9 +1,9 @@
<?php
namespace Crater\Console\Commands;
namespace InvoiceShelf\Console\Commands;
use Carbon\Carbon;
use Crater\Models\Invoice;
use InvoiceShelf\Models\Invoice;
use Illuminate\Console\Command;
class CheckInvoiceStatus extends Command

View File

@@ -1,6 +1,6 @@
<?php
namespace Crater\Console\Commands;
namespace InvoiceShelf\Console\Commands;
use Illuminate\Console\Command;
use Illuminate\Support\Facades\Storage;

View File

@@ -1,8 +1,8 @@
<?php
namespace Crater\Console\Commands;
namespace InvoiceShelf\Console\Commands;
use Crater\Space\ModuleInstaller;
use InvoiceShelf\Space\ModuleInstaller;
use Illuminate\Console\Command;
class InstallModuleCommand extends Command

View File

@@ -1,6 +1,6 @@
<?php
namespace Crater\Console\Commands;
namespace InvoiceShelf\Console\Commands;
use Illuminate\Console\Command;
use Illuminate\Console\ConfirmableTrait;

View File

@@ -1,9 +1,9 @@
<?php
namespace Crater\Console\Commands;
namespace InvoiceShelf\Console\Commands;
use Crater\Models\Setting;
use Crater\Space\Updater;
use InvoiceShelf\Models\Setting;
use InvoiceShelf\Space\Updater;
use Illuminate\Console\Command;
// Implementation taken from Akaunting - https://github.com/akaunting/akaunting