Skip to content

Commit 124271f

Browse files
committedJul 7, 2022
fix: Fix PHPCS line length error
1 parent 033cbb9 commit 124271f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎src/Models/Analytics.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ public function getTable()
1414
}
1515

1616
protected $fillable = [
17-
'user_id', 'path', 'method', 'status_code', 'duration_ms', 'user_agent', 'query_params', 'ip_address', 'referrer', 'host'
17+
'user_id', 'path', 'method', 'status_code', 'duration_ms',
18+
'user_agent', 'query_params', 'ip_address', 'referrer', 'host'
1819
];
1920

2021
protected $casts = [

0 commit comments

Comments
 (0)