Skip to content

Commit

Permalink
Fix code styling
Browse files Browse the repository at this point in the history
  • Loading branch information
sertxudev authored and github-actions[bot] committed Feb 29, 2024
1 parent 598d499 commit a3db58a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Models/Counter.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class Counter extends Model
protected $fillable = [
'key', 'year', 'series', 'value',
];

/**
* The attributes that should be cast.
*
Expand All @@ -25,8 +26,6 @@ class Counter extends Model

/**
* Get the current connection name for the model.
*
* @return string
*/
public function getConnectionName(): string
{
Expand Down

0 comments on commit a3db58a

Please sign in to comment.