Added areafix command %LIST
This commit is contained in:
@@ -42,12 +42,14 @@ class Domain extends Model
|
||||
|
||||
public function echoareas()
|
||||
{
|
||||
return $this->hasMany(Echoarea::class);
|
||||
return $this->hasMany(Echoarea::class)
|
||||
->orderBY('name');
|
||||
}
|
||||
|
||||
public function fileareas()
|
||||
{
|
||||
return $this->hasMany(Filearea::class);
|
||||
return $this->hasMany(Filearea::class)
|
||||
->orderBY('name');
|
||||
}
|
||||
|
||||
public function nodelist_filearea()
|
||||
|
Reference in New Issue
Block a user