v0.10.11a - Made hide filter, filter washing machine search semi done, and texts fixs
This commit is contained in:
@@ -16,4 +16,9 @@ class WashingMachine extends Model
|
||||
protected $fillable = [
|
||||
'name', 'location_id'
|
||||
];
|
||||
|
||||
public function washingMachine()
|
||||
{
|
||||
return $this->hasMany('App\locations');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user