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