X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=app%2FModels%2FProtocol.php;fp=app%2FModels%2FProtocol.php;h=b747b1258d147472ad0a158d97f80e319f915943;hb=ce19008a82b0ef10dc906cfc59f77b5133d60373;hp=ce081e77dded2c6bf7f92af76381d1a0364e54e6;hpb=c5b15dc5518c627daa4f02f653ff900e4fe13db7;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 = [