mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-14 08:26:43 +01:00
Fix minore
This commit is contained in:
parent
ef16c663eb
commit
5d77defea7
@ -28,12 +28,12 @@ trait RecordTrait
|
|||||||
|
|
||||||
public function getModule()
|
public function getModule()
|
||||||
{
|
{
|
||||||
return !empty($this->module) ? Module::find($this->module) : null;
|
return !empty($this->module) ? Module::find((new Module())->getByName($this->module)->id_record) : null;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getPlugin()
|
public function getPlugin()
|
||||||
{
|
{
|
||||||
return !empty($this->plugin) ? (new Plugin())->getByName($this->plugin) : null;
|
return !empty($this->plugin) ? Plugin::find((new Plugin())->getByName($this->plugin)->id_record) : null;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user