From a3db58a4ff9426bd3671b0432882307f0833b0f2 Mon Sep 17 00:00:00 2001 From: sertxudev Date: Thu, 29 Feb 2024 08:22:32 +0000 Subject: [PATCH] Fix code styling --- src/Models/Counter.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Models/Counter.php b/src/Models/Counter.php index 512329f..9522c11 100644 --- a/src/Models/Counter.php +++ b/src/Models/Counter.php @@ -14,6 +14,7 @@ class Counter extends Model protected $fillable = [ 'key', 'year', 'series', 'value', ]; + /** * The attributes that should be cast. * @@ -25,8 +26,6 @@ class Counter extends Model /** * Get the current connection name for the model. - * - * @return string */ public function getConnectionName(): string {