Make sure user ID is an integer #1774

This commit is contained in:
James Cole
2018-10-07 15:55:44 +02:00
parent d8addc3175
commit 2ec310da18
2 changed files with 2 additions and 1 deletions

View File

@@ -56,6 +56,7 @@ class ImportJob extends Model
*/
protected $casts
= [
'user_id' => 'int',
'created_at' => 'datetime',
'updated_at' => 'datetime',
'configuration' => 'array',