v0.10.11a - Made hide filter, filter washing machine search semi done, and texts fixs

This commit is contained in:
2020-08-20 14:59:22 +02:00
parent 4f9cf41656
commit 89276c5af1
10 changed files with 115 additions and 14 deletions
+5
View File
@@ -16,4 +16,9 @@ class WashingMachine extends Model
protected $fillable = [
'name', 'location_id'
];
public function washingMachine()
{
return $this->hasMany('App\locations');
}
}