From 1a16ca2096a39922c13fb6089c0803ec4ceb55f9 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Fri, 15 Mar 2019 13:30:33 +0800 Subject: [PATCH] Apply fixes from StyleCI (#20) [skip ci] This pull request applies code style fixes from an analysis carried out by [StyleCI](https://github.styleci.io). --- For more information, click [here](https://github.styleci.io/analyses/zDjgLJ). --- app/Models/Texture.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/Texture.php b/app/Models/Texture.php index bc80f298..f941618a 100644 --- a/app/Models/Texture.php +++ b/app/Models/Texture.php @@ -17,7 +17,7 @@ class Texture extends Model ]; protected $appends = [ - 'likes' + 'likes', ]; public function getLikesAttribute()