use auth web

This commit is contained in:
2025-05-07 15:08:36 +03:30
parent 6995377b6f
commit f0e809996b
9 changed files with 15 additions and 15 deletions

View File

@@ -8,5 +8,5 @@ use Illuminate\Database\Eloquent\Model;
class Event extends Model
{
use HasFactory;
protected $guarded = ['id'];
protected $guarded = [];
}