mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-08 22:14:48 +00:00
Setup pint & run code style fix
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
<?php
|
||||
|
||||
use Illuminate\Support\Facades\Artisan;
|
||||
use InvoiceShelf\Models\Company;
|
||||
use InvoiceShelf\Models\CompanySetting;
|
||||
use Illuminate\Support\Facades\Artisan;
|
||||
|
||||
use function Pest\Faker\fake;
|
||||
|
||||
beforeEach(function () {
|
||||
|
||||
Reference in New Issue
Block a user