added date class
This commit is contained in:
		| @@ -5,8 +5,8 @@ namespace Tests\Feature\Commands; | ||||
| use App\Jobs\Purchase\CreateBill; | ||||
| use App\Models\Purchase\Bill; | ||||
| use App\Notifications\Purchase\Bill as BillNotification; | ||||
| use App\Utilities\Date; | ||||
| use Illuminate\Support\Facades\Notification as Notification; | ||||
| use Jenssegers\Date\Date; | ||||
| use Tests\Feature\FeatureTestCase; | ||||
|  | ||||
| class BillReminderTest extends FeatureTestCase | ||||
|   | ||||
| @@ -5,8 +5,8 @@ namespace Tests\Feature\Commands; | ||||
| use App\Jobs\Sale\CreateInvoice; | ||||
| use App\Models\Sale\Invoice; | ||||
| use App\Notifications\Sale\Invoice as InvoiceNotification; | ||||
| use App\Utilities\Date; | ||||
| use Illuminate\Support\Facades\Notification; | ||||
| use Jenssegers\Date\Date; | ||||
| use Tests\Feature\FeatureTestCase; | ||||
|  | ||||
| class InvoiceReminderTest extends FeatureTestCase | ||||
|   | ||||
		Reference in New Issue
	
	Block a user