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 */