Fixed Washing machine creation and editing

This commit is contained in:
frederikpyt
2020-07-01 10:30:28 +02:00
parent 6ecc96ef55
commit 2846dac2dc
5 changed files with 38 additions and 25 deletions
+3 -1
View File
@@ -6,5 +6,7 @@ use Illuminate\Database\Eloquent\Model;
class WashingMachine extends Model
{
//
protected $fillable = [
'name'
];
}