mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-18 02:34:08 +00:00
Change namespace
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user