feature/modelos-y-migraciones #3

Merged
rho merged 28 commits from feature/modelos-y-migraciones into master 2024-03-14 16:34:44 -03:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 9fbfcf9e0a - Show all commits

View File

@ -13,7 +13,7 @@ class Producto extends Model
* @var array<int, string>
*/
protected $fillable = [
'name', 'price', 'solidario', 'bono'
'name', 'price', 'solidario', 'bono', 'categoria_id'
];
/**