X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=app%2FModels%2FProtocol.php;h=b747b1258d147472ad0a158d97f80e319f915943;hb=212561cf1c6724b52c490104f5a2b4c3418b1c62;hp=ce081e77dded2c6bf7f92af76381d1a0364e54e6;hpb=4f4b2fd64141cbbff953881e2705602a00b85df5;p=alttp.git diff --git a/app/Models/Protocol.php b/app/Models/Protocol.php index ce081e7..b747b12 100644 --- a/app/Models/Protocol.php +++ b/app/Models/Protocol.php @@ -288,6 +288,7 @@ class Protocol extends Model protected $casts = [ 'details' => 'array', + 'user_id' => 'string', ]; protected $fillable = [