]> git.localhorst.tv Git - alttp.git/blobdiff - app/Models/Protocol.php
cast user ID references to string
[alttp.git] / app / Models / Protocol.php
index ce081e77dded2c6bf7f92af76381d1a0364e54e6..b747b1258d147472ad0a158d97f80e319f915943 100644 (file)
@@ -288,6 +288,7 @@ class Protocol extends Model
 
        protected $casts = [
                'details' => 'array',
+               'user_id' => 'string',
        ];
 
        protected $fillable = [