Apply fixes from StyleCI (#1129)

This commit is contained in:
Phan An 2019-11-29 22:23:58 +01:00 committed by GitHub
parent ef140d8819
commit 7a6d930335
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,7 @@ use Illuminate\Database\Eloquent\Relations\BelongsTo;
* @property Song $song
* @property User $user
* @property int $id
*
* @method self firstOrCreate(array $where, array $params = [])
*/
class Interaction extends Model