bug fixes and new functionality

This commit is contained in:
NW
2025-01-31 11:07:31 +00:00
parent 4cf46bd449
commit f985bfedd3
3 changed files with 43 additions and 33 deletions

View File

@@ -14,7 +14,8 @@ class Form extends Model
* @var array
*/
protected $guarded = [];
public $incrementing = false;
protected $keyType = 'string';
protected $appends = ['media_url'];
/**