mirror of
https://github.com/sp-tarkov/forge.git
synced 2025-02-13 04:30:41 -05:00
Pint PHP Style Fixes
This commit is contained in:
parent
c026870bed
commit
414e91d198
@ -455,6 +455,7 @@ class ImportWoltlabData extends Command
|
||||
{
|
||||
// Alright, hear me out... Shut up.
|
||||
$converter = new HtmlConverter();
|
||||
|
||||
return $converter->convert(Purify::clean($description));
|
||||
}
|
||||
}
|
||||
|
@ -9,7 +9,6 @@ use Illuminate\Database\Eloquent\Model;
|
||||
use Illuminate\Database\Eloquent\Relations\BelongsTo;
|
||||
use Illuminate\Database\Eloquent\Relations\HasMany;
|
||||
use Illuminate\Database\Eloquent\SoftDeletes;
|
||||
use Illuminate\Support\Facades\DB;
|
||||
use Illuminate\Support\Str;
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user