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,7 +8,7 @@ use Illuminate\Database\Eloquent\Model;
class CallHistory extends Model
{
use HasFactory;
protected $guarded = ['id'];
protected $guarded = [];
public static function recordHistory(Call $call, $event_id): void
{