mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
Use proper Request instance
This commit is contained in:
parent
54b6c2fd61
commit
2e59ab0bb1
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
namespace App\Http\Controllers\API;
|
||||
|
||||
use App\Http\Requests\API\Request;
|
||||
use Illuminate\Http\Request;
|
||||
use App\Models\Song;
|
||||
|
||||
class ScrobbleController extends Controller
|
||||
|
|
Loading…
Reference in a new issue