From ac43591403447bbaeb32ea62abd0a4a06e739235 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 13 Jul 2019 07:31:25 +0000 Subject: [PATCH] Apply fixes from StyleCI --- app/Models/Traits/HasTags.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/Traits/HasTags.php b/app/Models/Traits/HasTags.php index ed81214d..b707e050 100644 --- a/app/Models/Traits/HasTags.php +++ b/app/Models/Traits/HasTags.php @@ -17,7 +17,7 @@ use Illuminate\Database\Eloquent\Model; /** * This is the has tags trait. - * Code based on https://github.com/spatie/laravel-tags + * Code based on https://github.com/spatie/laravel-tags. * * @author James Brooks */