KTVSingle/app/Console/Commands/CompareSongFiles.php
allen.yan 9237edb228 單機版 v0.0.10 20250625
song_library_cache id 不正確問題
2025-06-25 10:52:24 +08:00

31 lines
505 B
PHP

<?php
namespace App\Console\Commands;
use Illuminate\Console\Command;
class CompareSongFiles extends Command
{
/**
* The name and signature of the console command.
*
* @var string
*/
protected $signature = 'app:compare-song-files';
/**
* The console command description.
*
* @var string
*/
protected $description = 'Command description';
/**
* Execute the console command.
*/
public function handle()
{
//
}
}