Apply fixes from StyleCI (#838)

This commit is contained in:
Phan An 2018-10-20 23:44:36 +02:00 committed by GitHub
parent 239171f2e6
commit 58e166d2ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,6 @@ use App\Events\SongLikeToggled;
use App\Models\Interaction;
use App\Models\Song;
use App\Models\User;
use Illuminate\Database\Query\Builder;
class InteractionService
{