Cast Goal User ID as int

This commit is contained in:
Christopher C. Wells 2022-02-28 18:45:55 -08:00
parent ef096492d4
commit 7daeab4c44
1 changed files with 2 additions and 0 deletions

View File

@ -74,6 +74,8 @@ final class Goal extends Model
'fat' => 'float',
'protein' => 'float',
'sodium' => 'float',
// @todo Determine why `user_id` is a string and fix it.
'user_id' => 'int',
];
/**