mirror of
https://github.com/koel/koel
synced 2024-11-24 13:13:05 +00:00
Apply fixes from StyleCI (#587)
This commit is contained in:
parent
0521e2e119
commit
2e15efd1c3
1 changed files with 1 additions and 1 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
namespace App\Http\Controllers\API;
|
||||
|
||||
use Illuminate\Http\Request;
|
||||
use App\Models\Song;
|
||||
use Illuminate\Http\Request;
|
||||
|
||||
class ScrobbleController extends Controller
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue