fix: static analytics

This commit is contained in:
Phan An 2024-07-11 17:21:25 +02:00
parent 4c3d27e515
commit c656eac5a5
2 changed files with 1 additions and 2 deletions

View file

@ -15,7 +15,7 @@ class ImageWriter
public function __construct(private readonly ImageManager $imageManager)
{
$this->supportedFormat = static::getSupportedFormat();
$this->supportedFormat = self::getSupportedFormat();
}
private static function getSupportedFormat(): string

View file

@ -1,6 +1,5 @@
<?php
use App\Models\Playlist;
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\DB;