mirror of
https://github.com/koel/koel
synced 2024-11-10 14:44:13 +00:00
Apply fixes from StyleCI (#1129)
This commit is contained in:
parent
ef140d8819
commit
7a6d930335
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ use Illuminate\Database\Eloquent\Relations\BelongsTo;
|
||||||
* @property Song $song
|
* @property Song $song
|
||||||
* @property User $user
|
* @property User $user
|
||||||
* @property int $id
|
* @property int $id
|
||||||
|
*
|
||||||
* @method self firstOrCreate(array $where, array $params = [])
|
* @method self firstOrCreate(array $where, array $params = [])
|
||||||
*/
|
*/
|
||||||
class Interaction extends Model
|
class Interaction extends Model
|
||||||
|
|
Loading…
Reference in a new issue