renamed income/expense
This commit is contained in:
@ -2,8 +2,8 @@
|
||||
|
||||
namespace Tests\Feature\Commands;
|
||||
|
||||
use App\Jobs\Expense\CreateBill;
|
||||
use App\Notifications\Expense\Bill as BillNotification;
|
||||
use App\Jobs\Purchase\CreateBill;
|
||||
use App\Notifications\Purchase\Bill as BillNotification;
|
||||
use Illuminate\Support\Facades\Notification as Notification;
|
||||
use Jenssegers\Date\Date;
|
||||
use Tests\Feature\FeatureTestCase;
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
namespace Tests\Feature\Commands;
|
||||
|
||||
use App\Jobs\Income\CreateInvoice;
|
||||
use App\Notifications\Income\Invoice as InvoiceNotification;
|
||||
use App\Jobs\Sale\CreateInvoice;
|
||||
use App\Notifications\Sale\Invoice as InvoiceNotification;
|
||||
use Illuminate\Support\Facades\Notification;
|
||||
use Jenssegers\Date\Date;
|
||||
use Tests\Feature\FeatureTestCase;
|
||||
|
Reference in New Issue
Block a user