Skip to content

Commit

Permalink
fix: Fix PHPCS line length error
Browse files Browse the repository at this point in the history
  • Loading branch information
owenconti committed Jul 7, 2022
1 parent 033cbb9 commit 124271f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Models/Analytics.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ public function getTable()
}

protected $fillable = [
'user_id', 'path', 'method', 'status_code', 'duration_ms', 'user_agent', 'query_params', 'ip_address', 'referrer', 'host'
'user_id', 'path', 'method', 'status_code', 'duration_ms',
'user_agent', 'query_params', 'ip_address', 'referrer', 'host'
];

protected $casts = [
Expand Down

0 comments on commit 124271f

Please sign in to comment.