better image uploading & user roles
Some checks failed
Docker / build (push) Has been cancelled

This commit is contained in:
yuriko 🦊 2025-08-09 23:01:27 -04:00
parent 21e59d775a
commit f60ae41bf6
26 changed files with 741 additions and 70 deletions

View file

@ -16,7 +16,7 @@ class Post extends Model
{
use SoftDeletes, Favoriteable;
protected $fillable = [ 'rating', 'extension', 'featured' ];
protected $fillable = [ 'rating', 'extension', 'hash', 'featured' ];
public function user(): BelongsTo
{