Skip to content

Commit f7f9fd3

Browse files
authored
Merge pull request #98 from arborrow/wip-97
fix invalid cast type from ipAddress to string - fixes #97
2 parents 5b43e2a + 8f58709 commit f7f9fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App/Models/Activity.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class Activity extends Model
7171
'description' => 'string',
7272
'user' => 'integer',
7373
'route' => 'string',
74-
'ipAddress' => 'ipAddress',
74+
'ipAddress' => 'string',
7575
'userAgent' => 'string',
7676
'locale' => 'string',
7777
'referer' => 'string',

0 commit comments

Comments
 (0)