creatcrud for loglist

This commit is contained in:
2025-03-09 14:29:36 +03:30
parent 96edaaddb4
commit eb75537d9b
5 changed files with 115 additions and 2 deletions

View File

@@ -10,4 +10,6 @@ class LogList extends Model
use HasFactory;
public $timestamps = false;
protected $guarded = [];
}