mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 21:44:51 +00:00
Setup pint & run code style fix
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
use InvoiceShelf\Models\RecurringInvoice;
|
||||
use Illuminate\Support\Facades\Artisan;
|
||||
use InvoiceShelf\Models\RecurringInvoice;
|
||||
|
||||
beforeEach(function () {
|
||||
Artisan::call('db:seed', ['--class' => 'DatabaseSeeder', '--force' => true]);
|
||||
|
||||
Reference in New Issue
Block a user