mirror of
https://github.com/koel/koel
synced 2024-11-27 22:40:26 +00:00
fix: static analytics
This commit is contained in:
parent
4c3d27e515
commit
c656eac5a5
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
<?php
|
||||
|
||||
use App\Models\Playlist;
|
||||
use Illuminate\Database\Migrations\Migration;
|
||||
use Illuminate\Database\Schema\Blueprint;
|
||||
use Illuminate\Support\Facades\DB;
|
||||
|
|
Loading…
Reference in a new issue