Asignar campo utilidad

This commit is contained in:
Felipe
2023-10-09 14:56:06 -05:00
parent 83b7bfe16b
commit 8dc97fb2df
15 changed files with 161 additions and 17 deletions
+1
View File
@@ -10,6 +10,7 @@ class Promociones extends Model
use HasFactory;
protected $fillable = [
'precio',
'utilidad',
'img_publicidad',
'fecha_limite',
'visible',