added date class

This commit is contained in:
denisdulici
2020-03-25 20:21:42 +03:00
parent ee6041ecd1
commit 201a3696a4
13 changed files with 75 additions and 15 deletions

View File

@ -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