[WIP] Refactor architecture, models
This commit is contained in:
@@ -11,7 +11,7 @@ class Specie extends Model
|
||||
|
||||
public function Genre()
|
||||
{
|
||||
return $this->belongsTo('App\Models\Botanic\Family');
|
||||
return $this->belongsTo('App\Models\Botanic\Genre');
|
||||
}
|
||||
|
||||
public function Varieties()
|
||||
|
||||
Reference in New Issue
Block a user