From 7a6d930335bbfb4b6302be5c5265d8429e14af8f Mon Sep 17 00:00:00 2001 From: Phan An Date: Fri, 29 Nov 2019 22:23:58 +0100 Subject: [PATCH] Apply fixes from StyleCI (#1129) --- app/Models/Interaction.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Models/Interaction.php b/app/Models/Interaction.php index 3d89eb33..b520e833 100644 --- a/app/Models/Interaction.php +++ b/app/Models/Interaction.php @@ -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